ci: throttle release pipeline to nightly (was hourly)

This commit is contained in:
Jarian Cottingham 2026-08-21 15:45:48 +00:00
parent a853db4d99
commit 7e7dcbbe77

View File

@ -2,7 +2,7 @@ name: Release & Deploy
on: on:
schedule: schedule:
- cron: '0 * * * *' - cron: '0 2 * * *'
workflow_dispatch: workflow_dispatch:
env: env: