Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit b75879a

Browse files
committed
Fix workflow.
1 parent 11b3e8a commit b75879a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration-workflow.yml

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

1010
concurrency:
11-
group: ${{ github.head_ref }}
11+
group: ${{ github.head_ref || github.run_id }}
1212
cancel-in-progress: true
1313

1414
jobs:

0 commit comments

Comments
 (0)