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 name: Nightly builds
on: on:
workflow_dispatch: # Allows manual trigger
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'
jobs: jobs:
nightly: nightly:
strategy: strategy: