Skip to content

Commit

Permalink
Parenthesis removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina authored Oct 7, 2023
1 parent a4e3253 commit 1af841f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1af841f

Please sign in to comment.