diff --git a/.github/workflows/test-pypi-package.yml b/.github/workflows/test-pypi-package.yml index 6222decc..86244f30 100644 --- a/.github/workflows/test-pypi-package.yml +++ b/.github/workflows/test-pypi-package.yml @@ -16,7 +16,7 @@ jobs: # We want a new tag to be made ONLY if we are ready to release to Test PyPI. # I.e. A MERGE has been made into @spacetelescope/astrocut/main - if: (github.event.pull_request.labels.*.name == 'publish-to-test' || (github.repository_owner == 'spacetelescope' && github.event_name == 'push')) + if: github.event.pull_request.labels.*.name == 'publish-to-test' || (github.repository_owner == 'spacetelescope' && github.event_name == 'push') steps: - name: Git checkout uses: actions/checkout@v3