mirror of
https://github.com/actions/python-versions.git
synced 2025-12-13 14:06:46 +00:00
Simplify if statement
This commit is contained in:
2
.github/workflows/build-python-packages.yml
vendored
2
.github/workflows/build-python-packages.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user