chore: speed up builds by breaking out dev-container again

This commit is contained in:
41666 2020-10-11 06:26:26 -04:00
parent 2bb7d8666d
commit 9e6a942018
6 changed files with 1 additions and 5 deletions

View file

@ -27,7 +27,7 @@ jobs:
"${GITHUB_WORKSPACE}/bin/bazel" test \
--stamp \
--workspace_status_command hack/workspace_status.sh \
//src/...
//src/... //hack/...
- name: Docker Login
run: |

View file

@ -4,7 +4,6 @@ on:
push:
paths:
- .devcontainer/*
- src/dev-container/*
- .github/workflows/dev-container.yml
schedule:
- cron: '0 12 * * 2' # 12 noon every tuesday

View file

@ -20,5 +20,3 @@ jobs:
git tag $TAG
git push origin $TAG
echo "::set-output release_tag=${TAG}"
- name: Retag images

View file

@ -1 +0,0 @@
name: Terraform