chore(github): handle workflow_dispatch

This commit is contained in:
Benjamin Canac
2025-06-11 12:11:55 +02:00
parent d77fd6102a
commit 080aed7225
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
name: reproduction
on:
workflow_dispatch:
schedule:
- cron: '30 1 * * *'

View File

@@ -1,6 +1,7 @@
name: stale
on:
workflow_dispatch:
schedule:
- cron: '30 1 * * *'