mirror of
https://github.com/Brandon-Rozek/website-toots.git
synced 2024-11-09 10:40:35 -05:00
Cancel Old Jobs / Bash Default
This commit is contained in:
parent
6df1ab63c1
commit
a03dded4c6
1 changed files with 7 additions and 0 deletions
7
.github/workflows/refresh.yml
vendored
7
.github/workflows/refresh.yml
vendored
|
@ -5,6 +5,13 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "12 23 * * *"
|
- cron: "12 23 * * *"
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_publish:
|
build_and_publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue