Skip to content

Commit ce2e1d8

Browse files
committed
Ensure single test run per sha
1 parent 7b52794 commit ce2e1d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515
jobs:
1616
test:
1717
runs-on: ubuntu-latest
18+
concurrency:
19+
group: test-${{ github.event.pull_request.head.sha || github.sha }}
20+
cancel-in-progress: true
1821
permissions:
1922
contents: read
2023
steps:

0 commit comments

Comments
 (0)