Fix nightly edge not scheduling (#6775)

* fix nightly edge not scheduling

* changing to 11PM UTC

* clarifying comment

* better diff
This commit is contained in:
Michael Clark
2026-01-25 10:44:26 +00:00
committed by GitHub
parent e4903ca6e3
commit 72304c6182
2 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
name: Deploy nightly Edge
# Publish nightly version of Edge - Runs every day at midnight
# Publish nightly version of Edge - Runs every day at 23:00 UTC
on:
schedule:
- cron: '0 0 * * *'
- cron: '0 23 * * *'
workflow_dispatch:
defaults:
@@ -14,7 +14,7 @@ env:
CI: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: nightly-edge-deploy
cancel-in-progress: false
jobs:

View File

@@ -1,6 +1,6 @@
name: Publish nightly npm packages
# Nightly npm packages are built daily
# Nightly npm packages are built daily at midnight UTC
on:
schedule:
- cron: '0 0 * * *'