Allow manual triggering of all cron CI-jobs (#31174)
This commit is contained in:
parent
903c6f3896
commit
da4bac374d
3 changed files with 3 additions and 0 deletions
1
.github/workflows/multi-node.yml
vendored
1
.github/workflows/multi-node.yml
vendored
|
|
@ -3,6 +3,7 @@ name: Multi node test
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 2 * * 1,3,5'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
# Only run once for latest commit per ref and cancel other (previous) runs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue