We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 270904f + fd6a508 commit ba029eeCopy full SHA for ba029ee
.github/workflows/main.yml
@@ -3,7 +3,10 @@ name: tests
3
on: [push, pull_request, workflow_dispatch]
4
5
concurrency:
6
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
+ group: >-
7
+ ${{ github.workflow }}-
8
+ ${{ github.ref_type }}-
9
+ ${{ github.event.pull_request.number || github.sha }}
10
cancel-in-progress: true
11
12
jobs:
changelog.d/3093.misc.rst
@@ -0,0 +1 @@
1
+Repaired automated release process.
0 commit comments