Cancel in progress jobs / bash default

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

View file

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