Skip to content

Commit cb5ef3d

Browse files
committedJun 15, 2022
8288499: Restore cancel-in-progress in GHA
Reviewed-by: erikj, shade
1 parent 13d4ddc commit cb5ef3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939

4040
concurrency:
4141
group: ${{ github.workflow }}-${{ github.ref }}
42-
cancel-in-progress: false
42+
cancel-in-progress: true
4343

4444
jobs:
4545

0 commit comments

Comments
 (0)
Please sign in to comment.