Skip to content

Commit

Permalink
bypass failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Aug 5, 2022
1 parent de8f5c7 commit 2214b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
github.event_name == 'pull_request' &&
contains(github.event.pull_request.labels.*.name, 'Run publish')
)
needs: [test]
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
secrets:
pypi_token: ${{ secrets.pypi_token }}

0 comments on commit 2214b5e

Please sign in to comment.