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 49db5a1 commit c24dd56Copy full SHA for c24dd56
1 file changed
.github/workflows/gapic-generator-tests.yml
@@ -3,6 +3,7 @@ permissions:
3
4
name: Gapic Generator Specialized Tests
5
6
+# trigger ci
7
on:
8
pull_request:
9
push:
@@ -219,8 +220,7 @@ jobs:
219
220
# Only runs if the Gatekeeper passed
221
if: ${{ needs.python_config.result == 'success' }}
222
runs-on: ubuntu-latest
- container:
223
- image: gcr.io/gapic-images/googleapis # zizmor: ignore[unpinned-images]
+ container: gcr.io/gapic-images/googleapis # zizmor: ignore[unpinned-images]
224
steps:
225
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
226
with:
0 commit comments