Skip to content

Commit

Permalink
Cancel any in-flight jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Oct 3, 2023
1 parent 2e51bae commit c715ee8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
# * is a special character in YAML so you have to quote this string
- cron: '45 9 * * 1-5'

# Cancel any in-flight jobs
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c715ee8

Please sign in to comment.