build: move nightly build schedule to separate workflow (#10000)

This allows users to easily disable nightly builds in their forks,
simply by disabling the
build-nightly action.

### Testing

I tested it in my fork, and it works.
This commit is contained in:
Ross Smith II
2025-03-27 09:31:51 +00:00
committed by GitHub
parent 7762e39fb3
commit 7f3c8dbff1
2 changed files with 19 additions and 3 deletions
+1 -3
View File
@@ -3,9 +3,7 @@ name: Build Syncthing
on:
pull_request:
push:
schedule:
# Run nightly build at 05:00 UTC
- cron: '00 05 * * *'
workflow_call:
workflow_dispatch:
env: