From 69a3578df5f4bde3794656fa9630b6ca6b620cc7 Mon Sep 17 00:00:00 2001 From: Ramon Quitales Date: Mon, 3 Feb 2025 10:29:58 -0800 Subject: [PATCH] Revert "temp: enable cron on push to rquitales/fix-cron branch for testing" This reverts commit f7bd87724cf5d6a311c1fe553ca1259972db70b0. --- .github/workflows/eks-cron.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/eks-cron.yml b/.github/workflows/eks-cron.yml index ee0cbf69e..c36c48da4 100644 --- a/.github/workflows/eks-cron.yml +++ b/.github/workflows/eks-cron.yml @@ -541,9 +541,6 @@ jobs: run: cd tests && go test -tags=go -count=1 -cover -timeout 3h -parallel 6 . name: cron "on": - push: - branches: - - rquitales/fix-cron schedule: # Run every day at 06:00AM UTC - cron: "0 6 * * *"