Skip to content

Commit

Permalink
cancel test runs that run on the same code
Browse files Browse the repository at this point in the history
  • Loading branch information
codingpaula committed Oct 17, 2024
1 parent 1282b1d commit 2130c48
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 @@ -2,6 +2,10 @@ name: Run Tests

on: [push]

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

jobs:
test:
strategy:
Expand Down

0 comments on commit 2130c48

Please sign in to comment.