From 4fe9ccae6c19e7e3d0259653dd935e13b1d6c8e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Tomi=C4=87?= Date: Fri, 6 Sep 2024 16:59:24 +0200 Subject: [PATCH] fix(ci): only require our label for bazel cache cleanup job --- .github/workflows/clean-bazel-caches.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clean-bazel-caches.yaml b/.github/workflows/clean-bazel-caches.yaml index 6a6d01ea9..f8884efc6 100644 --- a/.github/workflows/clean-bazel-caches.yaml +++ b/.github/workflows/clean-bazel-caches.yaml @@ -13,7 +13,7 @@ concurrency: jobs: clean-bazel-cache: - runs-on: [self-hosted, dre-runner-custom] + runs-on: dre-runner-custom strategy: matrix: runner: [1, 2, 3, 4] # We currently have 4 runners, adjust this number if more runners are added