remove run-name - gitea ignores it anyway

This commit is contained in:
2025-06-18 15:36:01 -05:00
parent 1e701936ce
commit c2e77e0c64
4 changed files with 0 additions and 8 deletions

View File

@ -1,7 +1,5 @@
name: DogFacts
run-name: Dog Facts Bot
on:
# push
workflow_dispatch:
schedule:
- cron: '13 */4 * * *'

View File

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

View File

@ -1,5 +1,4 @@
name: QuotesBot
run-name: Quotes Bot
on:
workflow_dispatch:
schedule:

View File

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