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 f232416 commit 494b153Copy full SHA for 494b153
.github/workflows/ci.yml
@@ -12,8 +12,9 @@ on:
12
concurrency:
13
group: >-
14
${{
15
- github.workflow + '-' + github.ref +
16
- (github.event_name == 'pull_request' || github.event_name == 'push' ? '' : '-all')
+ github.event_name == 'pull_request' || github.event_name == 'push'
+ ? github.workflow + '-' + github.ref
17
+ : github.workflow + '-' + github.ref + '-all'
18
}}
19
cancel-in-progress: true
20
0 commit comments