ci: exclude the upstream g3 branch from building on CI (#32202)
We don't need to build this branch as it's informative for the purposes of figuring out the diff between the master and what's synced into google3. PR Close #32202
This commit is contained in:
parent
f8b995dbf9
commit
bb3c684b98
|
@ -770,7 +770,10 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
default_workflow:
|
default_workflow:
|
||||||
jobs:
|
jobs:
|
||||||
- setup
|
- setup:
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
ignore: g3
|
||||||
- lint:
|
- lint:
|
||||||
requires:
|
requires:
|
||||||
- setup
|
- setup
|
||||||
|
@ -900,9 +903,3 @@ workflows:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
# TODO:
|
|
||||||
# - don't build the g3 branch
|
|
||||||
# - verify that we are bootstrapping with the right yarn version coming from the docker image
|
|
||||||
# - check local chrome version pulled from docker image
|
|
||||||
# - remove /tools/ngcontainer
|
|
||||||
|
|
Loading…
Reference in New Issue