specify the hours instead of an interval so that the posting is staggered
This commit is contained in:
@@ -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:
|
||||||
|
@@ -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:
|
||||||
|
@@ -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:
|
||||||
|
@@ -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:
|
||||||
|
@@ -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:
|
||||||
|
Reference in New Issue
Block a user