Skip to content

Add Action

Add Action #2

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize]
branches: [develop, release/**, fleety_*]
permissions: read-all
concurrency:
group: ${{ github.event.pull_request.number }}-${{ github.workflow }}
cancel-in-progress: true
env:
PR_ID: ${{ github.event.pull_request.number }}
COMMIT_ID: ${{ github.event.pull_request.head.sha }}
jobs:
clone:
name: Clone-linux
uses: ./.github/workflows/_Clone-linux.yml
with:
workflow-name: 'CI'
Codestyle-Check:
name: Codestyle-Check
uses: ./.github/workflows/_Codestyle-Check.yml
needs: [clone]
GCU:
name: PR-CI-GCU
uses: ./.github/workflows/_GCU.yml

Check failure on line 32 in .github/workflows/CI.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CI.yml

Invalid workflow file

error parsing called workflow ".github/workflows/CI.yml" -> "./.github/workflows/_GCU.yml" : failed to fetch workflow: workflow was not found.
needs: [clone, Codestyle-Check]