From 1bcf4a229d6e4aa17ba92d5c678700d3ab16e9d4 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Thu, 19 Sep 2024 10:13:55 -0600 Subject: [PATCH] Auto deploy collab staging daily (#18085) This should avoid us breaking the collab build and not noticing for a month Release Notes: - N/A --- .github/workflows/bump_collab_staging.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump_collab_staging.yml b/.github/workflows/bump_collab_staging.yml index 89cc7c48481d97..224325d53ffc2e 100644 --- a/.github/workflows/bump_collab_staging.yml +++ b/.github/workflows/bump_collab_staging.yml @@ -1,9 +1,9 @@ name: Bump collab-staging Tag on: - push: - branches: - - main + schedule: + # Fire every day at 16:00 UTC (At the start of the US workday) + - cron: "0 16 * * *" jobs: update-collab-staging-tag: