Skip to content

Commit

Permalink
add concurrency group for same commit workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
codingpaula committed Oct 18, 2024
1 parent 0b07245 commit b4255cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Run Tests

on: workflow_call

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

jobs:
checker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b4255cb

Please sign in to comment.