Skip to content

Commit 3e3638c

Browse files
committed
fix
1 parent 3c947e1 commit 3e3638c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ permissions:
3737
jobs:
3838
build:
3939
concurrency:
40-
group: ${{ github.workflow }}-${{ github.event.pull_request.head.sha || github.ref }}
40+
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
4141
cancel-in-progress: ${{ github.event_name == 'pull_request_target' }}
4242
runs-on: ubuntu-latest
4343
steps:

0 commit comments

Comments
 (0)