Skip to content

Commit

Permalink
PROD cancel concurrent jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Jun 1, 2024
1 parent 8fdb4f1 commit faf4b09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
env:
PY_COLORS: "1"

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

jobs:
tests:
name: tests
Expand Down

0 comments on commit faf4b09

Please sign in to comment.