8000 Simplify if statement · akv-platform/python-versions@9feffed · GitHub
[go: up one dir, main page]

Skip to content

Commit 9feffed

Browse files
committed
Simplify if statement
1 parent c483dd7 commit 9feffed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165

166166
publish_release:
167167
name: Publish release
168-
if: github.event_name == 'workflow_dispatch' && inputs.PUBLISH_RELEASES == 'true'
168+
if: github.event_name == 'workflow_dispatch' && inputs.PUBLISH_RELEASES
169169
needs: test_python
170170
runs-on: ubuntu-latest
171171
steps:

0 commit comments

Comments
 (0)
0