Skip to content

Commit 3fe0b8c

Browse files
committedJan 1, 2025
ci: 用 startsWith
1 parent f350b68 commit 3fe0b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/noneflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
concurrency:
1414
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')}}
15+
cancel-in-progress: ${{ startsWith(github.head_ref, 'publish/issue')}}
1616

1717
jobs:
1818
noneflow:

0 commit comments

Comments
 (0)
Please sign in to comment.