Skip to content

Commit 307414e

Browse files
committed
Have _push_docs call depend on test
1 parent 9ff5d03 commit 307414e

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • template/{% if git_platform=="github.com" %}.github{% endif %}/workflows

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
contents: write
3434

3535
push_docs:
36-
needs: docs
36+
needs: [test, docs]
3737
uses: ./.github/workflows/_push_docs.yml
3838
permissions:
3939
contents: write

template/{% if git_platform=="github.com" %}.github{% endif %}/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: ./.github/workflows/_docs.yml
5757

5858
push_docs:
59-
needs: docs
59+
needs: [test, docs]
6060
uses: ./.github/workflows/_push_docs.yml
6161
permissions:
6262
contents: write

0 commit comments

Comments
 (0)