fix workflow

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

View File

@ -1,10 +1,10 @@
name: QuotesBot name: QuotesBot
on: on:
schedule: schedule:
- cron '41 */5 * * *' - cron: '30 */4 * * *'
jobs: jobs:
deploy: deploy:
runs: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Setup Python - name: Setup Python