specify the hours instead of an interval so that the posting is staggered
All checks were successful
DogFacts / deploy (push) Successful in 30s
QuipBot / deploy (push) Successful in 57s
PuppyBot / deploy (push) Successful in 37s
ReleaseBot / deploy (push) Successful in 53s
QuotesBot / deploy (push) Successful in 30s

This commit is contained in:
2025-09-16 09:36:09 -05:00
parent 506fa996fd
commit c791942869
5 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
name: DogFacts name: DogFacts
on: on:
schedule: schedule:
- cron: '13 */4 * * *' - cron: '13 4,8,12,16,20,00 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@@ -15,7 +15,7 @@ jobs:
python-version: "3.13" python-version: "3.13"
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python3 -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run dog_facts.py - name: Run dog_facts.py
run: run:

View File

@@ -1,7 +1,7 @@
name: PuppyBot name: PuppyBot
on: on:
schedule: schedule:
- cron: '23 */4 * * *' - cron: '23 1,5,9,13,17,21,00 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@@ -1,7 +1,7 @@
name: QuipBot name: QuipBot
on: on:
schedule: schedule:
- cron: '18 */8 * * *' - cron: '18 5,13,21 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
deploy: deploy:

View File

@@ -1,7 +1,7 @@
name: QuotesBot name: QuotesBot
on: on:
schedule: schedule:
- cron: '35 */4 * * *' - cron: '35 2,6,10,14,18,22 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
deploy: deploy:

View File

@@ -1,7 +1,7 @@
name: ReleaseBot name: ReleaseBot
on: on:
schedule: schedule:
- cron: '18 */8 * * *' - cron: '18 6,14,22 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
deploy: deploy: