Skip to content

Commit 430afd3

Browse files
committed
ok
1 parent 58d6998 commit 430afd3

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
@@ -36,7 +36,7 @@ jobs:
3636
build:
3737
concurrency:
3838
group: ${{ github.workflow }}-${{ github.ref }}
39-
cancel-in-progress: true
39+
cancel-in-progress: ${{ github.event_name == 'pull_request_target' }}
4040
runs-on: ubuntu-latest
4141
steps:
4242

0 commit comments

Comments
 (0)