From c77324d041f1de5eac9c4dec3487f637ca3483b1 Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Tue, 8 Jun 2021 10:47:42 +0200 Subject: [PATCH] skip fix_bazel_cache on forks (#9920) Secrets are not available to forks, so they can't delete things from the cache. CHANGELOG_BEGIN CHANGELOG_END --- ci/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build.yml b/ci/build.yml index 3821dfa1abcd..e61f5c5bff2c 100644 --- a/ci/build.yml +++ b/ci/build.yml @@ -5,6 +5,7 @@ jobs: - job: fix_bazel_cache timeoutInMinutes: 120 + condition: eq(variables['System.PullRequest.IsFork'], 'False') pool: name: 'ubuntu_20_04' demands: assignment -equals default