From 78d0d71c158056526e7060a2a4c74a14489bb727 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 28 Aug 2024 13:32:05 -0700 Subject: [PATCH] temp-enable-on-push --- .github/workflows/linux-x64-rebuild-base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux-x64-rebuild-base.yaml b/.github/workflows/linux-x64-rebuild-base.yaml index 2ce353a10ad..31a3f615670 100644 --- a/.github/workflows/linux-x64-rebuild-base.yaml +++ b/.github/workflows/linux-x64-rebuild-base.yaml @@ -1,5 +1,6 @@ name: Rebuild base image on: + push: schedule: # 2AM UTC - cron: '0 2 * * *'