Skip to content

Commit

Permalink
add concurrency grp to tests to avoid dupes
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou committed Jun 5, 2024
1 parent 7ce95d4 commit e5c71c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
environment: test
concurrency:
group: unit_tests
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e5c71c7

Please sign in to comment.