Allow manual triggering of all cron CI-jobs (#31174)

This commit is contained in:
Johan Andrén 2022-02-22 15:11:32 +01:00 committed by GitHub
parent 903c6f3896
commit da4bac374d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -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.