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:
parent
3fd690ade4
commit
713b39bac0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/bump_collab_staging.yml
vendored
6
.github/workflows/bump_collab_staging.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: Bump collab-staging Tag
|
name: Bump collab-staging Tag
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
branches:
|
# Fire every day at 16:00 UTC (At the start of the US workday)
|
||||||
- main
|
- cron: "0 16 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-collab-staging-tag:
|
update-collab-staging-tag:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue