We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b3cd9 commit aaf7871Copy full SHA for aaf7871
.github/workflows/publish.yml
@@ -9,10 +9,6 @@ on:
9
permissions:
10
contents: read
11
12
-concurrency:
13
- group: ${{ github.workflow }}-${{ github.ref }}
14
- cancel-in-progress: true
15
-
16
jobs:
17
18
# Run tests before publishing and only publish if tests pass
.github/workflows/publish_py.yml
@@ -6,10 +6,6 @@ on:
6
tags:
7
- 'v*'
8
0 commit comments