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