something wrong with the workflow syntax?

This commit is contained in:
2025-06-18 15:44:12 -05:00
parent c2e77e0c64
commit fccce9a9ee
4 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
name: DogFacts
on:
workflow_dispatch:
schedule:
- cron: '13 */4 * * *'
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest

View File

@ -1,8 +1,8 @@
name: QuipBot
on:
workflow_dispatch:
schedule:
- cron: '18 */8 * * *'
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest

View File

@ -1,8 +1,8 @@
name: QuotesBot
on:
workflow_dispatch:
schedule:
- cron: '35 */4 * * *'
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest

View File

@ -1,8 +1,8 @@
name: ReleaseBot
on:
workflow_dispatch:
schedule:
- cron: '18 */2 * * *'
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest