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