ci: throttle release pipeline to nightly (was hourly)
Some checks are pending
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / e2e (push) Blocked by required conditions
CI / docker-build (push) Waiting to run
CI / security (push) Waiting to run
CI / build-result (push) Blocked by required conditions

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

View File

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