You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO(https://github.com/googleapis/google-cloud-python/issues/13775): Specify `PY_VERSION` rather than relying on the default python version of the nox session.
69
-
PY_VERSION: "unused"
70
-
run: |
71
-
ci/run_conditional_tests.sh
72
-
docs-warnings:
73
-
if: github.actor != 'release-please[bot]'
74
-
name: "Docs warnings: will block release"
75
-
continue-on-error: true
76
17
runs-on: ubuntu-latest
77
18
steps:
78
19
- name: Checkout
@@ -100,37 +41,6 @@ jobs:
100
41
run: |
101
42
ci/run_conditional_tests.sh
102
43
docfx:
103
-
if: github.actor == 'release-please[bot]'
104
-
runs-on: ubuntu-latest
105
-
steps:
106
-
- name: Checkout
107
-
uses: actions/checkout@v6
108
-
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
109
-
# See https://github.com/googleapis/google-cloud-python/issues/12013
110
-
# and https://github.com/actions/checkout#checkout-head.
# TODO(https://github.com/googleapis/google-cloud-python/issues/13775): Specify `PY_VERSION` rather than relying on the default python version of the nox session.
0 commit comments