We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8eb215 commit 032633bCopy full SHA for 032633b
1 file changed
.github/workflows/python-release.yml
@@ -10,9 +10,9 @@ on:
10
jobs:
11
release:
12
# Only run if the triggering run was for a tag starting with v
13
- # if: >
14
- # github.event.workflow_run.conclusion == 'success' &&
15
- # startsWith(github.event.workflow_run.head_branch, 'v')
+ if: >
+ github.event.workflow_run.conclusion == 'success' &&
+ startsWith(github.event.workflow_run.head_branch, 'v')
16
runs-on: ubuntu-latest
17
strategy:
18
max-parallel: 5
0 commit comments