Skip to content

Commit

Permalink
fix: concurrency cancellation for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon committed Jul 26, 2023
1 parent f2701d7 commit 16d2884
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/validate-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
validate:
# required to run on Linux because this is a docker container action
Expand Down

0 comments on commit 16d2884

Please sign in to comment.