We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979724b commit b9eead3Copy full SHA for b9eead3
1 file changed
.github/workflows/main.yml
@@ -8,6 +8,10 @@ on:
8
pull_request:
9
branches: [master]
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
linux-tests:
17
runs-on: ubuntu-24.04
0 commit comments