Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a060092

Browse files
authoredJun 16, 2025··
Only cancel in progress workflow runs for emscripten.yml
1 parent b21891b commit a060092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
14-
cancel-in-progress: true
14+
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1515

1616
jobs:
1717
build_cache:

0 commit comments

Comments
 (0)
Please sign in to comment.