Skip to content

Commit c1f8530

Browse files
committed
skip depot docker builder
1 parent c4fa6ec commit c1f8530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-unified.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
# Depot is used here for remote container builds in base_build and also for all runners. Depot runners support unlimited concurrency
147147
# and hence short queue times and higher parallelism of smoke tests
148148
run: |
149-
if [[ "${{ env.DOCKER_CACHE }}" == "DEPOT" && ( "${{ env.IS_FORK }}" == "false" || "${{ env.HAS_DEPOT_LABEL }}" == "true" ) ]]; then
149+
if [[ "${{ env.DOCKER_CACHE }}" == "DEPOT" && "${{ env.IS_FORK }}" == "false" ) ]]; then
150150
echo "build_runner_type=depot-ubuntu-24.04-4" >> "$GITHUB_OUTPUT"
151151
echo "test_runner_type=depot-ubuntu-24.04-4" >> "$GITHUB_OUTPUT"
152152
echo "test_runner_type_small=depot-ubuntu-24.04-small" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)