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 951e670 commit 4a645e3Copy full SHA for 4a645e3
.github/workflows/main.yml
@@ -13,7 +13,7 @@ on:
13
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
16
- cancel-in-progress: true
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
17
18
jobs:
19
build:
0 commit comments