Remove cron schedule from nightly-build workflow

Removed scheduled cron job from nightly build workflow.
This commit is contained in:
Lawrence Stalder
2026-03-13 14:01:02 +01:00
committed by GitHub
parent b231eb4f04
commit 0a5227a894
-2
View File
@@ -2,8 +2,6 @@ name: nightly-build
on:
workflow_dispatch:
schedule:
- cron: '14 1 * * *'
jobs:
build: