Cancel Old Jobs / Bash Default

This commit is contained in:
Brandon Rozek 2023-02-18 13:45:00 -05:00
parent 6df1ab63c1
commit a03dded4c6
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -5,6 +5,13 @@ on:
schedule:
- cron: "12 23 * * *"
concurrency:
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
build_and_publish:
runs-on: ubuntu-latest