Skip to content

Commit adc3737

Browse files
committed
Restore concurrency
1 parent 2164702 commit adc3737

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
18-
cancel-in-progress: false
18+
cancel-in-progress: true
1919

2020
permissions:
2121
contents: read

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
19-
cancel-in-progress: false
19+
cancel-in-progress: true
2020

2121
permissions:
2222
contents: read

0 commit comments

Comments
 (0)