Skip to content

Commit

Permalink
.github/workflows/test.yml: Cancel in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 21, 2024
1 parent 9e2240e commit 4e3a278
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:

permissions: read-all

concurrency:
# Cancel previous runs of this workflow for the same branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 4e3a278

Please sign in to comment.