Skip to content

Commit dc9ea6d

Browse files
committed
ci: wrong concurrency rule
1 parent 51cf17e commit dc9ea6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/optional-modifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: "0 0 */7 * *"
99

1010
concurrency:
11-
group: ${{ github.ref_name || github.sha }}
11+
group: self-hosted-optional-modifications
1212
cancel-in-progress: true
1313

1414
defaults:

0 commit comments

Comments
 (0)