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,7 +1,8 @@
name: DogFacts name: DogFacts
run-name: Dog Facts Bot
on: on:
# push # push
# workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '13 */4 * * *' - cron: '13 */4 * * *'
jobs: jobs:

View File

@ -1,7 +1,8 @@
name: QuipBot name: QuipBot
run-name: Quip Bot
on: on:
# push # push
# workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '18 */8 * * *' - cron: '18 */8 * * *'
jobs: jobs:

View File

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

View File

@ -1,7 +1,9 @@
name: ReleaseBot name: ReleaseBot
run-name: Release Bot
on: on:
# push # push
# workflow_dispatch: workflow_dispatch:
- main
schedule: schedule:
- cron: '18 */2 * * *' - cron: '18 */2 * * *'
jobs: jobs: