We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59490fc commit 0d88ecaCopy full SHA for 0d88eca
.github/workflows/ci.yml
@@ -38,6 +38,7 @@ jobs:
38
# Other workflows are likely ok to use standard GH runners for now.
39
# Googlers, see b/460874304.
40
runs-on: linux-x86-n2-32
41
+ container: jobs.build.container
42
needs: lint-python-flake8 # fail fast in case of "undefined variable" errors
43
strategy:
44
fail-fast: false
0 commit comments