Skip to content

Commit 7287884

Browse files
committed
Prevent cancellations
1 parent e8211e9 commit 7287884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/msl-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
type: string
2929

3030
concurrency:
31-
group: pages
31+
group: pages-${{ inputs.library || 'Modelica' }}-${{ inputs.lib_version || '4.1.0' }}-${{ inputs.bm_version || 'main' }}
3232
cancel-in-progress: false # never abort a Pages deployment mid-flight
3333

3434
permissions:

0 commit comments

Comments
 (0)