Simplify if statement

This commit is contained in:
MaksimZhukov 2022-12-06 11:12:09 +01:00
parent c483dd7702
commit 9feffedd12

View File

@ -165,7 +165,7 @@ jobs:
publish_release: publish_release:
name: Publish release name: Publish release
if: github.event_name == 'workflow_dispatch' && inputs.PUBLISH_RELEASES == 'true' if: github.event_name == 'workflow_dispatch' && inputs.PUBLISH_RELEASES
needs: test_python needs: test_python
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: