mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore: speed up builds by breaking out dev-container again
This commit is contained in:
parent
2bb7d8666d
commit
9e6a942018
6 changed files with 1 additions and 5 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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: |
|
||||
|
|
1
.github/workflows/dev-container.yml
vendored
1
.github/workflows/dev-container.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -20,5 +20,3 @@ jobs:
|
|||
git tag $TAG
|
||||
git push origin $TAG
|
||||
echo "::set-output release_tag=${TAG}"
|
||||
|
||||
- name: Retag images
|
||||
|
|
1
.github/workflows/terraform.yml
vendored
1
.github/workflows/terraform.yml
vendored
|
@ -1 +0,0 @@
|
|||
name: Terraform
|
Loading…
Add table
Reference in a new issue