File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 77 branches-ignore :
88 - ' dependabot/**'
99 pull_request :
10+ schedule :
11+ - cron : ' 0 1 * * *'
1012
1113concurrency :
1214 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -49,11 +51,18 @@ jobs:
4951 Sanitizers :
5052 needs : [FastBuild]
5153 uses : ./.github/workflows/reusable_sanitizers.yml
52- QEMU :
54+ QEMU_short :
55+ if : github.event_name != 'schedule'
5356 needs : [FastBuild]
5457 uses : ./.github/workflows/reusable_qemu.yml
5558 with :
5659 short_run : true
60+ QEMU_full :
61+ if : github.event_name == 'schedule'
62+ needs : [FastBuild]
63+ uses : ./.github/workflows/reusable_qemu.yml
64+ with :
65+ short_run : false
5766 Benchmarks :
5867 needs : [Build]
5968 uses : ./.github/workflows/reusable_benchmarks.yml
You can’t perform that action at this time.
0 commit comments