diff --git a/.github/workflows/evict_caches.yml b/.github/workflows/evict_caches.yml index 91447f7ec85..9160c8feac6 100644 --- a/.github/workflows/evict_caches.yml +++ b/.github/workflows/evict_caches.yml @@ -2,9 +2,6 @@ name: Evict caches "on": - push: - branches: - - ci/test schedule: - cron: 0 2 * * * jobs: diff --git a/internal/ci/github/evict_caches.cue b/internal/ci/github/evict_caches.cue index 7e17dbc0c37..c570b92d19e 100644 --- a/internal/ci/github/evict_caches.cue +++ b/internal/ci/github/evict_caches.cue @@ -44,9 +44,6 @@ evict_caches: _base.#bashWorkflow & { name: "Evict caches" on: { - push: { - branches: [_base.#testDefaultBranch] - } schedule: [ // We will run a schedule trybot build 15 minutes later to repopulate the caches {cron: "0 2 * * *"},