We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21891b commit a060092Copy full SHA for a060092
.github/workflows/emscripten.yml
@@ -11,7 +11,7 @@ on:
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
14
- cancel-in-progress: true
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
15
16
jobs:
17
build_cache:
0 commit comments