workflows/nightly: Allow manual trigger for better testability

This commit is contained in:
Jöran Karl 2024-06-17 10:36:38 +02:00
parent d98fafd2f9
commit 57375e0732

View File

@ -1,7 +1,8 @@
name: Nightly builds
on:
workflow_dispatch: # Allows manual trigger
schedule:
- cron: '0 0 * * *'
- cron: '0 0 * * *'
jobs:
nightly:
strategy: