We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af8f32 commit a3d212aCopy full SHA for a3d212a
.github/workflows/check.yml
@@ -8,7 +8,7 @@ on:
8
workflow_dispatch:
9
10
concurrency:
11
- group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}
+ group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}"
12
cancel-in-progress: true
13
14
jobs:
0 commit comments