Skip to content

Commit 0c17ff1

Browse files
authored
[ci]: remove concurrency checks in child workflows (#16633)
1 parent 53c73b9 commit 0c17ff1

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

.github/workflows/ci-dotnet.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
workflow_call:
55
workflow_dispatch:
66

7-
concurrency:
8-
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
9-
cancel-in-progress: true
10-
117
jobs:
128
build:
139
name: Build

.github/workflows/ci-java.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
workflow_call:
55
workflow_dispatch:
66

7-
concurrency:
8-
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
9-
cancel-in-progress: true
10-
117
jobs:
128
browser-tests-windows:
139
name: Browser Tests

.github/workflows/ci-python.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
workflow_call:
55
workflow_dispatch:
66

7-
concurrency:
8-
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
9-
cancel-in-progress: true
10-
117
jobs:
128
build:
139
name: Build

.github/workflows/ci-ruby.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
workflow_call:
55
workflow_dispatch:
66

7-
concurrency:
8-
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
9-
cancel-in-progress: true
10-
117
jobs:
128
build:
139
name: Build

.github/workflows/ci-rust.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ on:
1616
required: true
1717
workflow_dispatch:
1818

19-
concurrency:
20-
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
21-
cancel-in-progress: true
22-
2319
jobs:
2420
build:
2521
name: Build

0 commit comments

Comments
 (0)