Patch tuesday.
This commit is contained in:
parent
a7bd6511b6
commit
20b21eb21c
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -10,6 +10,12 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron '0 4 * * 2' # 4am Patch Tuesday
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
latest-stable-version: "focal"
|
||||
|
|
|
|||
Loading…
Reference in a new issue