Skip to content

Commit 6d2f259

Browse files
authored
EC-66318 Fix publish issue
1 parent 9732367 commit 6d2f259

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
concurrency:
8-
group: ${{ github.head_ref }}
8+
group: ${{ github.head_ref || github.ref }}
99
cancel-in-progress: true
1010

1111
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- published
77

88
concurrency:
9-
group: ${{ github.head_ref }}
9+
group: ${{ github.head_ref || github.ref }}
1010
cancel-in-progress: true
1111

1212
jobs:

0 commit comments

Comments
 (0)