File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 flavor :
3636 required : false
3737 type : string
38- default : ' '
38+ default : ' BLA '
3939 infix_repo :
4040 required : false
4141 type : string
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 with :
1717 target : " x86_64"
1818 name : " infix"
19- flavor : " _minimal"
19+ flavor : ${{ (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'ci:main')) && '' || ' _minimal' }}
2020
2121 build-aarch64 :
2222 if : startsWith(github.repository, 'kernelkit/')
2323 uses : ./.github/workflows/build.yml
2424 with :
2525 target : " aarch64"
2626 name : " infix"
27- flavor : " _minimal"
27+ flavor : ${{ (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'ci:main')) && null || ' _minimal' }}
2828
2929 test-run-x86_64 :
3030 if : startsWith(github.repository, 'kernelkit/')
You can’t perform that action at this time.
0 commit comments