Skip to content

Commit ae74ae6

Browse files
committed
Make publish job dependent on tests
1 parent c0a3bda commit ae74ae6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- windows: py311-test-pytest74
2727
- linux: py311-test-pytestdev
2828
publish:
29+
needs: tests
2930
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
3031
with:
3132
test_extras: test

0 commit comments

Comments
 (0)