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