Skip to content

Commit 3cf9cc1

Browse files
committed
chore: update workflow group
1 parent aae4576 commit 3cf9cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
pull-requests: read
1313

1414
concurrency:
15-
group: pr-${{ github.event.pull_request.number }}
15+
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1616
cancel-in-progress: true
1717

1818
jobs:

0 commit comments

Comments
 (0)