Skip to content

Commit 03d724b

Browse files
committed
chore: changed check for pypi_release
1 parent 5716600 commit 03d724b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
GH_TOKEN: ${{ secrets.GH_TOKEN }}
241241

242242
pypi_release:
243-
if: ${{ contains(github.event.head_commit.message, 'PYPI-RELEASE') && inputs.PYPI_RELEASE }}
243+
if: ${{ (success() || skipped()) && contains(github.event.head_commit.message, 'PYPI-RELEASE') && inputs.PYPI_RELEASE }}
244244
needs:
245245
- build
246246
- pylint

0 commit comments

Comments
 (0)