Run QIT workflow weekly (Wednesday at 2am)
This commit is contained in:
committed by
Rostislav Wolný
parent
0e680d50e1
commit
1d28e8d7c6
@@ -1351,6 +1351,13 @@ workflows:
|
|||||||
- build_premium
|
- build_premium
|
||||||
|
|
||||||
nightly_qit:
|
nightly_qit:
|
||||||
|
triggers:
|
||||||
|
- schedule:
|
||||||
|
cron: '0 2 * * 3' # Every Wednesday at 2am UTC
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- trunk
|
||||||
jobs:
|
jobs:
|
||||||
- build:
|
- build:
|
||||||
<<: *slack-fail-post-step
|
<<: *slack-fail-post-step
|
||||||
|
Reference in New Issue
Block a user