Skip to content

Commit

Permalink
concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 8, 2024
1 parent 1e57c9e commit 8baa032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ env:
FORCE_COLOR: 1

concurrency:
group: check-${{ github.ref }}
cancel-in-progress: true
group: check-tests-tox-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

jobs:
test:
Expand Down

0 comments on commit 8baa032

Please sign in to comment.