Skip to content

hack: update test.yml to support workflow call #14

hack: update test.yml to support workflow call

hack: update test.yml to support workflow call #14

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_64:
uses: ./.github/workflows/build.yml
with:
target: "x86_64"
name: "infix"
flavor: "_minimal"
build-aarch64:
uses: ./.github/workflows/build.yml
with:
target: "aarch64"
name: "infix"
flavor: "_minimal"
test-run-x86_64:
needs: build-x86_64
uses: ./.github/workflows/test.yml

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

View workflow run for this annotation

GitHub Actions / Self Trigger

Invalid workflow file

The workflow is not valid. In .github/workflows/trigger.yml (Line: 29, Col: 11): Error from called workflow kernelkit/infix/.github/workflows/test.yml@f675aef2aaa25e25e797a05178cafeb9572166e4 (Line: 16, Col: 1): Unexpected value 'INFIX_REPO'
with:
target: "x86_64"
test-publish-x86_64:
needs: test-run-x86_64
uses: ./.github/workflows/publish.yml