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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: