From f48dd5dcf5cdfcade4f1f4999acaa38af98d9a9e Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Thu, 5 Jun 2025 08:28:56 -0500 Subject: [PATCH] fix workflow --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index dcd2838..391f08f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,10 +1,10 @@ name: QuotesBot on: schedule: - - cron '41 */5 * * *' + - cron: '30 */4 * * *' jobs: deploy: - runs: ubuntu-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Setup Python