Skip to content

Commit cd7fc31

Browse files
committed
MAINT: reusable workflow
1 parent 0c981fa commit cd7fc31

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/posix.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ on:
1313
workflow_call:
1414

1515

16-
concurrency:
17-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
18-
cancel-in-progress: true
19-
20-
2116
jobs:
2217
build:
2318
runs-on: ${{ matrix.os }}

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ on:
1414
options: [ "none", "testpypi", "pypi" ]
1515

1616

17-
concurrency:
18-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
19-
cancel-in-progress: true
20-
21-
2217
permissions:
2318
contents: read # to fetch code (actions/checkout)
2419

0 commit comments

Comments
 (0)