Skip to content

Commit

Permalink
Merge pull request #69 from j-andrews7/fix/cicd-concurrency
Browse files Browse the repository at this point in the history
Remove cancel-in-progress from CI/CD concurrency config
  • Loading branch information
esqew authored Oct 29, 2023
2 parents 378b5e2 + 34c5138 commit ce04523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

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

jobs:
pytest:
Expand Down

0 comments on commit ce04523

Please sign in to comment.