We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974d048 commit a233360Copy full SHA for a233360
.github/workflows/backend-lint-test.yml
@@ -8,7 +8,7 @@ on:
8
- '.github/workflows/backend-lint-test.yml'
9
workflow_call:
10
concurrency:
11
- group: backend-verify-${{ github.head_ref || github.ref }}
+ group: backend-verify-${{ github.head_ref || github.ref_name }}
12
cancel-in-progress: true
13
permissions:
14
contents: read
.github/workflows/frontend-verify.yml
@@ -7,7 +7,7 @@ on:
7
- ".github/workflows/frontend-verify.yml"
- group: frontend-verify-${{ github.head_ref || github.ref }}
+ group: frontend-verify-${{ github.head_ref || github.ref_name }}
env:
CI: true
0 commit comments