We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fa6ec commit c1f8530Copy full SHA for c1f8530
.github/workflows/docker-unified.yml
@@ -146,7 +146,7 @@ jobs:
146
# Depot is used here for remote container builds in base_build and also for all runners. Depot runners support unlimited concurrency
147
# and hence short queue times and higher parallelism of smoke tests
148
run: |
149
- if [[ "${{ env.DOCKER_CACHE }}" == "DEPOT" && ( "${{ env.IS_FORK }}" == "false" || "${{ env.HAS_DEPOT_LABEL }}" == "true" ) ]]; then
+ if [[ "${{ env.DOCKER_CACHE }}" == "DEPOT" && "${{ env.IS_FORK }}" == "false" ) ]]; then
150
echo "build_runner_type=depot-ubuntu-24.04-4" >> "$GITHUB_OUTPUT"
151
echo "test_runner_type=depot-ubuntu-24.04-4" >> "$GITHUB_OUTPUT"
152
echo "test_runner_type_small=depot-ubuntu-24.04-small" >> "$GITHUB_OUTPUT"
0 commit comments