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 name: DogFacts
on: on:
workflow_dispatch:
schedule: schedule:
- cron: '13 */4 * * *' - cron: '13 */4 * * *'
workflow_dispatch:
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

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

View File

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

View File

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