File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-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 99 - ci-workflow-redesign
1010 workflow_dispatch :
1111
12+ env :
13+ FLAVOR : " Foobar"
14+
1215jobs :
1316 build-x86_64 :
1417 if : startsWith(github.repository, 'kernelkit/')
1518 uses : ./.github/workflows/build.yml
1619 with :
1720 target : " x86_64"
1821 name : " infix"
19- flavor : " _minimal "
22+ flavor : ${{ env.FLAVOR }}
2023
2124 build-aarch64 :
2225 if : startsWith(github.repository, 'kernelkit/')
2326 uses : ./.github/workflows/build.yml
2427 with :
2528 target : " aarch64"
2629 name : " infix"
27- flavor : " _minimal"
30+ flavor : ${{ (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'ci:main')) && 'default' || ' _minimal' }}
2831
2932 test-run-x86_64 :
3033 if : startsWith(github.repository, 'kernelkit/')
You can’t perform that action at this time.
0 commit comments