Skip to content

Commit e8eb215

Browse files
committed
comment check of v in release job
1 parent cfd521f commit e8eb215

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
jobs:
1111
release:
1212
# 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')
13+
# if: >
14+
# github.event.workflow_run.conclusion == 'success' &&
15+
# startsWith(github.event.workflow_run.head_branch, 'v')
1616
runs-on: ubuntu-latest
1717
strategy:
1818
max-parallel: 5

0 commit comments

Comments
 (0)