mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
ci: move dev-container to only as-needed
This commit is contained in:
parent
1803cd3c6c
commit
4780cf2253
3 changed files with 35 additions and 9 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -57,11 +57,3 @@ jobs:
|
|||
with:
|
||||
name: manifest.json
|
||||
path: manifest.json
|
||||
|
||||
- name: Publish Dev Container Image
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
"${GITHUB_WORKSPACE}/bin/bazel" run \
|
||||
--stamp \
|
||||
--workspace_status_command hack/workspace_status.sh\
|
||||
//.devcontainer:publish-dev-container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue