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