Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Dec 7, 2024
1 parent a50fd5b commit 0793e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

test:
needs: [core, sdist_verify, rust]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
uses: sunpy/github-actions-workflows/.github/workflows/tox.yml@main
with:
submodules: false
coverage: codecov
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'Run publish')
)
needs: [test, docs]
uses: sunpy/github-actions-workflows/.github/workflows/publish.yml@v1
uses: sunpy/github-actions-workflows/.github/workflows/publish.yml@main
with:
sdist: true
test_extras: 'tests'
Expand Down

0 comments on commit 0793e6d

Please sign in to comment.