From 026f48068525f422618063f1423b7eb18ebbf451 Mon Sep 17 00:00:00 2001 From: "ci-core-e2e-runner[bot]" <263344042+ci-core-e2e-runner[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 20:21:58 +0000 Subject: [PATCH] ci(workflows): sync e2e-housekeeper.yml from genlayer-e2e --- .github/workflows/e2e-housekeeper.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-housekeeper.yml b/.github/workflows/e2e-housekeeper.yml index ce911f5..50e64a6 100644 --- a/.github/workflows/e2e-housekeeper.yml +++ b/.github/workflows/e2e-housekeeper.yml @@ -25,7 +25,7 @@ name: E2E Housekeeper on: schedule: - - cron: '0 6 * * *' # daily 06:00 UTC + - cron: '0 6 * * *' # daily 06:00 UTC # No inputs: production triggers (schedule today, PR-merged later) # don't pass them, and the script's defaults (24h idle / 200 page # cap) are stable. workflow_dispatch stays as a no-arg "run the @@ -69,7 +69,7 @@ jobs: # resolves to the caller's repo (where the cron fires + the # cache pool lives). GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GH_REPO: ${{ github.repository }} + GH_REPO: ${{ github.repository }} run: ./taskfiles/housekeeper/scripts/evict-stale-caches.sh --age 24 --limit 200 # Companion sweep for artifacts (logs, shard outputs, per-component @@ -80,5 +80,5 @@ jobs: if: always() env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GH_REPO: ${{ github.repository }} + GH_REPO: ${{ github.repository }} run: ./taskfiles/housekeeper/scripts/evict-stale-artifacts.sh --age 24 --limit 1000