We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08c577 commit 38ff9d5Copy full SHA for 38ff9d5
1 file changed
.github/workflows/ci.yml
@@ -25,12 +25,12 @@ jobs:
25
secrets:
26
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
27
28
- docs:
29
- needs: check
30
- if: needs.check.outputs.branch-pr == ''
31
- uses: ./.github/workflows/_docs.yml
32
- permissions:
33
- contents: write
+ # docs:
+ # needs: check
+ # if: needs.check.outputs.branch-pr == ''
+ # uses: ./.github/workflows/_docs.yml
+ # permissions:
+ # contents: write
34
35
container:
36
needs: check
0 commit comments