make all workflows runnable on demand
Some checks failed
QuotesBot / deploy (push) Failing after 27s

This commit is contained in:
2025-06-18 15:32:33 -05:00
parent 3724be500f
commit 1e701936ce
4 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,7 @@
name: QuotesBot
run-name: Quotes Bot
on:
workflow_dispatch:
schedule:
- cron: '35 */4 * * *'
jobs: