fix workflow

This commit is contained in:
Camille Frantz 2025-06-05 08:33:35 -05:00
parent f48dd5dcf5
commit e10082d96c
Signed by: fyrfli
SSH Key Fingerprint: SHA256:0rb3/fMYNySVgUgOqOdmFnb+qhrk1C0Rc/Ak3AoyJug

View File

@ -1,12 +1,12 @@
name: QuotesBot
on:
schedule:
- cron: '30 */4 * * *'
- cron: '35 */4 * * *'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v3
with: