Skip to content

Commit

Permalink
Test concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Jul 25, 2024
1 parent a59a59b commit 2bb980d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
- gh-pages

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

jobs:
build:
Expand Down

0 comments on commit 2bb980d

Please sign in to comment.