We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefdcb2 commit 0f1bceaCopy full SHA for 0f1bcea
.github/workflows/trigger.yml
@@ -11,27 +11,31 @@ on:
11
12
jobs:
13
build-x86_64:
14
+ if: github.repository == 'kernelkit/infix'
15
uses: ./.github/workflows/build.yml
16
with:
17
target: "x86_64"
18
name: "infix"
19
flavor: "_minimal"
20
21
build-aarch64:
22
23
24
25
target: "aarch64"
26
27
28
29
test-run-x86_64:
30
31
needs: build-x86_64
32
uses: ./.github/workflows/test.yml
33
34
35
36
37
test-publish-x86_64:
38
39
needs: test-run-x86_64
40
uses: ./.github/workflows/publish.yml
41
0 commit comments