We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2003cfa commit e86d99fCopy full SHA for e86d99f
.github/workflows/CI.yml
@@ -17,6 +17,11 @@ permissions:
17
actions: write
18
contents: read
19
20
+# Cancel existing tests on the same PR if a new commit is added to a pull request
21
+concurrency:
22
+ group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
23
+ cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
24
+
25
jobs:
26
test:
27
runs-on: ${{ matrix.runner.os }}
0 commit comments