Skip to content

Commit

Permalink
ci: cancel outdated PR runs
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <[email protected]>
  • Loading branch information
FFY00 committed Jun 2, 2024
1 parent a26d4a8 commit 455e707
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
env:
FORCE_COLOR: 1

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

jobs:
pytest:
runs-on: ${{ matrix.os }}-latest
Expand Down

0 comments on commit 455e707

Please sign in to comment.