1 parent 7b52794 commit ce2e1d8Copy full SHA for ce2e1d8
1 file changed
.github/workflows/run-tests.yml
@@ -15,6 +15,9 @@ on:
15
jobs:
16
test:
17
runs-on: ubuntu-latest
18
+ concurrency:
19
+ group: test-${{ github.event.pull_request.head.sha || github.sha }}
20
+ cancel-in-progress: true
21
permissions:
22
contents: read
23
steps:
0 commit comments