Skip to content

Commit

Permalink
ci: concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Nov 17, 2024
1 parent d9721a5 commit d18ff29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ defaults:
run:
shell: bash

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

jobs:
test:
name: Tests
Expand Down

0 comments on commit d18ff29

Please sign in to comment.