Patch Tuesday.
This commit is contained in:
parent
80249ace59
commit
382b170485
1 changed files with 4 additions and 2 deletions
6
.github/workflows/bouncer.yml
vendored
6
.github/workflows/bouncer.yml
vendored
|
@ -5,11 +5,13 @@ permissions:
|
|||
packages: write
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron '0 8 * * 2' # 8am Patch Tuesday
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
|
|
Loading…
Reference in a new issue