Skip to content

Commit 62a0607

Browse files
committed
Remove concurrency checks
It's breaking too many CI pipelines
1 parent 9e54739 commit 62a0607

5 files changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ on:
1111
- 'release/*'
1212
workflow_call:
1313

14-
# Cancel any in-progress runs on new pushes to the same branch/PR
15-
concurrency:
16-
group: ${{ github.workflow }}-${{ github.ref }}
17-
cancel-in-progress: true
18-
1914
permissions:
2015
contents: read
2116

.github/workflows/docs.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ on:
1818
env:
1919
WORKFLOW_DISPATCH_TAG: ${{ github.event.inputs.tag }}
2020

21-
# Cancel any in-progress runs on new pushes to the same branch/PR
22-
concurrency:
23-
group: ${{ github.workflow }}-${{ github.ref }}
24-
cancel-in-progress: true
25-
2621
permissions:
2722
contents: read
2823

.github/workflows/lint.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ on:
1010
- main
1111
- 'release/*'
1212

13-
# Cancel any in-progress runs on new pushes to the same branch/PR
14-
concurrency:
15-
group: ${{ github.workflow }}-${{ github.ref }}
16-
cancel-in-progress: true
17-
1813
permissions:
1914
contents: read
2015

.github/workflows/release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
tags:
66
- v*
77

8-
concurrency:
9-
group: release-${{ github.ref }}
10-
cancel-in-progress: false
11-
128
permissions:
139
contents: write
1410

.github/workflows/test.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ on:
1313
# Every night at 03:00 UTC
1414
- cron: '0 3 * * *'
1515

16-
# Cancel any in-progress runs on new pushes to the same branch/PR
17-
concurrency:
18-
group: ${{ github.workflow }}-${{ github.ref }}
19-
cancel-in-progress: true
20-
2116
permissions:
2217
contents: read
2318
id-token: write

0 commit comments

Comments
 (0)