We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b920bce commit 0501922Copy full SHA for 0501922
.github/workflows/ci.yml
@@ -11,9 +11,9 @@ on:
11
# branches: [ "main" ]
12
workflow_dispatch: # manual run
13
14
-#concurrency:
15
-# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
16
-# cancel-in-progress: true
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ cancel-in-progress: true
17
18
permissions:
19
pull-requests: read
0 commit comments