Skip to content

Commit 5dab4ae

Browse files
authored
remove concurrency (#23)
1 parent 5d2477b commit 5dab4ae

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/ci-manifest.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ name: ci-manifest
77
on:
88
workflow_call:
99

10-
concurrency:
11-
group: ${{ github.workflow }}-${{ github.ref }}
12-
cancel-in-progress: true
13-
1410
jobs:
1511
manifest:
1612
name: "check-manifest"

.github/workflows/refresh-lockfiles.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,8 @@ name: Refresh Lockfiles
1313

1414

1515
on:
16-
workflow_dispatch:
1716
workflow_call:
1817

19-
concurrency:
20-
group: ${{ github.workflow }}-${{ github.ref }}
21-
cancel-in-progress: true
22-
2318
jobs:
2419
get_python_matrix:
2520
# Determines which Python versions should be included in the matrix used in

0 commit comments

Comments
 (0)