Skip to content

hack: complete CI workflow redesign #1

hack: complete CI workflow redesign

hack: complete CI workflow redesign #1

Workflow file for this run

name: Self Trigger
on:
pull_request:
types: [opened, synchronize, reopened, labeled]
push:
branches:
- main
- ci-workflow-redesign
workflow_dispatch:
jobs:
build-x86:
uses: ./.github/workflows/build.yml
with:
target: x86
build-aarch:
uses: ./.github/workflows/build.yml
with:
target: aarch
test-x86:
needs: build-x86
uses: ./.github/workflows/test.yml

Check failure on line 25 in .github/workflows/trigger.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/trigger.yml

Invalid workflow file

error parsing called workflow ".github/workflows/trigger.yml" -> "./.github/workflows/test.yml" : failed to fetch workflow: workflow was not found.
with:
target: x86