Skip to content

Commit 0d88eca

Browse files
committed
adds a container setting to build job
1 parent 59490fc commit 0d88eca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
# Other workflows are likely ok to use standard GH runners for now.
3939
# Googlers, see b/460874304.
4040
runs-on: linux-x86-n2-32
41+
container: jobs.build.container
4142
needs: lint-python-flake8 # fail fast in case of "undefined variable" errors
4243
strategy:
4344
fail-fast: false

0 commit comments

Comments
 (0)