Skip to content

Commit

Permalink
fix(ci): only require our label for bazel cache cleanup job
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Sep 6, 2024
1 parent 38b7bb9 commit 4fe9cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clean-bazel-caches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fe9cca

Please sign in to comment.