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 6335277 commit d1dff1bCopy full SHA for d1dff1b
1 file changed
.github/workflows/ci.yml
@@ -6,6 +6,11 @@ on:
6
pull_request:
7
branches: [ master ]
8
9
+# Cancel any in-progress run for the same branch/PR when a newer commit lands.
10
+concurrency:
11
+ group: ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress: true
13
+
14
jobs:
15
ci:
16
runs-on: ubuntu-latest
0 commit comments