Skip to content

Commit 713b39b

Browse files
authored
Auto deploy collab staging daily (#18085)
This should avoid us breaking the collab build and not noticing for a month Release Notes: - N/A
1 parent 3fd690a commit 713b39b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bump_collab_staging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Bump collab-staging Tag
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
schedule:
5+
# Fire every day at 16:00 UTC (At the start of the US workday)
6+
- cron: "0 16 * * *"
77

88
jobs:
99
update-collab-staging-tag:

0 commit comments

Comments
 (0)