File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# Comment the line(s) below to disable particular pipeline(s):
22
33do_Docker =true
4- do_FullBuild =true
5- do_FuncTest =true
6- do_Fuzzing =true
7- do_Glitch =true
8- do_MinBuild =true
9- do_BuildPackages =true
4+ do_FullBuild =false
5+ do_FuncTest =false
6+ do_Fuzzing =false
7+ do_Glitch =false
8+ do_MinBuild =false
9+ do_BuildPackages =false
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ permissions:
1616 contents : write
1717
1818# Cancels previous runs of this workflow for the same PR
19- concurrency :
20- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
21- cancel-in-progress : ${{ github.event_name == 'pull_request' || startsWith(github.ref_name, 'codex/') || github.ref_name == 'wip' }}
19+ # concurrency:
20+ # group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
21+ # cancel-in-progress: ${{ github.event_name == 'pull_request' || startsWith(github.ref_name, 'codex/') || github.ref_name == 'wip' }}
2222
2323jobs :
2424 LoadJobs_conf :
You can’t perform that action at this time.
0 commit comments