Skip to content

Commit

Permalink
Auto deploy collab staging daily (zed-industries#18085)
Browse files Browse the repository at this point in the history
This should avoid us breaking the collab build and not noticing for a
month

Release Notes:

- N/A
  • Loading branch information
ConradIrwin authored and noaccOS committed Oct 19, 2024
1 parent ec0fcd1 commit 1bcf4a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump_collab_staging.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 1bcf4a2

Please sign in to comment.