We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c981fa commit cd7fc31Copy full SHA for cd7fc31
2 files changed
.github/workflows/posix.yml
@@ -13,11 +13,6 @@ on:
13
workflow_call:
14
15
16
-concurrency:
17
- group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
18
- cancel-in-progress: true
19
-
20
21
jobs:
22
build:
23
runs-on: ${{ matrix.os }}
.github/workflows/publish.yml
@@ -14,11 +14,6 @@ on:
options: [ "none", "testpypi", "pypi" ]
permissions:
contents: read # to fetch code (actions/checkout)
24
0 commit comments