We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f350b68 commit 3fe0b8cCopy full SHA for 3fe0b8c
.github/workflows/noneflow.yml
@@ -12,7 +12,7 @@ on:
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.event.issue.number && format('publish/issue{0}', github.event.issue.number) || github.head_ref || github.run_id }}
15
- cancel-in-progress: ${{ contains(github.head_ref, 'publish/issue')}}
+ cancel-in-progress: ${{ startsWith(github.head_ref, 'publish/issue')}}
16
17
jobs:
18
noneflow:
0 commit comments