Skip to content

Commit b736545

Browse files
committed
Change onprchange ot use ref_name
1 parent 8d666f3 commit b736545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/OnPRChanged.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
TestCalled:
2424
concurrency:
25-
group: check-${{ github.base_ref }}-${{ github.event.pull_request.head.label }}
25+
group: check-${{ github.base_ref }}-${{ github.ref_name }}
2626
cancel-in-progress: true
2727
uses: ./.github/workflows/TestCalledWorkflow.yml
2828
with:

0 commit comments

Comments
 (0)