Auto deploy collab staging daily (#18085)

This should avoid us breaking the collab build and not noticing for a
month

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin
2024-09-19 10:13:55 -06:00
committed by GitHub
parent 3fd690ade4
commit 713b39bac0
+3 -3
View File
@@ -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: