Skip to content

Commit a233360

Browse files
committed
ci: updated reference for concurrency
1 parent 974d048 commit a233360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backend-lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- '.github/workflows/backend-lint-test.yml'
99
workflow_call:
1010
concurrency:
11-
group: backend-verify-${{ github.head_ref || github.ref }}
11+
group: backend-verify-${{ github.head_ref || github.ref_name }}
1212
cancel-in-progress: true
1313
permissions:
1414
contents: read

.github/workflows/frontend-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- ".github/workflows/frontend-verify.yml"
88
workflow_call:
99
concurrency:
10-
group: frontend-verify-${{ github.head_ref || github.ref }}
10+
group: frontend-verify-${{ github.head_ref || github.ref_name }}
1111
cancel-in-progress: true
1212
env:
1313
CI: true

0 commit comments

Comments
 (0)