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
-
runs-on: ubuntu-latest
77
-
steps:
78
-
- name: Checkout
79
-
uses: actions/checkout@v6
80
-
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
81
-
# See https://github.com/googleapis/google-cloud-python/issues/12013
82
-
# 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.
99
-
PY_VERSION: "unused"
100
-
run: |
101
-
ci/run_conditional_tests.sh
102
-
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.
127
-
PY_VERSION: "unused"
128
-
run: |
129
-
ci/run_conditional_tests.sh
130
-
docfx-warnings:
131
-
if: github.actor != 'release-please[bot]'
132
-
name: "Docfx warnings: will block release"
133
-
continue-on-error: true
134
-
runs-on: ubuntu-latest
135
-
steps:
136
-
- name: Checkout
137
-
uses: actions/checkout@v6
138
-
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
139
-
# See https://github.com/googleapis/google-cloud-python/issues/12013
140
-
# 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.
157
-
PY_VERSION: "unused"
158
-
run: |
159
-
ci/run_conditional_tests.sh
16
+
docs:
17
+
runs-on: ubuntu-latest
18
+
steps:
19
+
- name: Checkout
20
+
uses: actions/checkout@v6
21
+
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
22
+
# See https://github.com/googleapis/google-cloud-python/issues/12013
23
+
# 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.
40
+
PY_VERSION: "unused"
41
+
run: |
42
+
ci/run_conditional_tests.sh
43
+
docfx:
44
+
runs-on: ubuntu-latest
45
+
steps:
46
+
- name: Checkout
47
+
uses: actions/checkout@v6
48
+
# Use a fetch-depth of 2 to avoid error `fatal: origin/main...HEAD: no merge base`
49
+
# See https://github.com/googleapis/google-cloud-python/issues/12013
50
+
# 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