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
|
packages: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_call:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
workflow_call:
|
schedule:
|
||||||
workflow_dispatch:
|
- cron '0 8 * * 2' # 8am Patch Tuesday
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref || github.run_id }}
|
group: ${{ github.head_ref || github.run_id }}
|
||||||
|
|
Loading…
Reference in a new issue