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 33c95e8 commit 296d572Copy full SHA for 296d572
.github/workflows/trigger.yml
@@ -16,15 +16,17 @@ jobs:
16
with:
17
target: "x86_64"
18
name: "infix"
19
- flavor: "_minimal"
+ flavor: ${{ (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'ci:main'))
20
+ && fromJSON('null') || '_minimal' }}
21
22
build-aarch64:
23
if: startsWith(github.repository, 'kernelkit/')
24
uses: ./.github/workflows/build.yml
25
26
target: "aarch64"
27
28
29
30
31
test-run-x86_64:
32
0 commit comments