Skip to content

Commit 9b0a62b

Browse files
committed
Remove docs workflow need test workflow
1 parent 58dccf7 commit 9b0a62b

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

  • .github/workflows
  • template/{% if git_platform=="github.com" %}.github{% endif %}/workflows

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2424

2525
docs:
26-
needs: test
27-
if: always()
2826
uses: ./.github/workflows/_docs.yml
2927
with:
3028
publish: ${{needs.test.result == 'success'}}

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
packages: write
4040
{% endraw %}{% endif %}{% if sphinx %}{% raw %}
4141
docs:
42-
needs: test
43-
if: always()
4442
uses: ./.github/workflows/_docs.yml
4543
with:
4644
publish: ${{ needs.test.result == 'success' }}

0 commit comments

Comments
 (0)