We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40197a2 commit 0f921b0Copy full SHA for 0f921b0
.github/workflows/pre-release.yml
@@ -18,6 +18,13 @@ defaults:
18
run:
19
shell: bash
20
21
+concurrency:
22
+ group: ${{ github.workflow }}-${{ github.ref }}
23
+ cancel-in-progress: true
24
+
25
+permissions:
26
+ contents: read
27
28
jobs:
29
pre-release:
30
# Check pre-releases of dependencies on stable Python
.github/workflows/stable.yml
@@ -24,6 +24,13 @@ defaults:
31
32
33
34
35
build:
36
runs-on: ubuntu-latest
0 commit comments