Skip to content

Commit 1e06b26

Browse files
committed
chore: fix remote_download_minimal flag for delivery
1 parent 06cb8b6 commit 1e06b26

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.aspect/workflows/bazelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# build without the bytes
2-
test --remote_download_minimal
3-
test --nobuild_runfile_links
2+
common --remote_download_outputs=minimal
3+
common --nobuild_runfile_links

.aspect/workflows/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ tasks:
1010
- test:
1111
- delivery:
1212
always_deliver: true
13+
branches:
14+
- main

0 commit comments

Comments
 (0)