diff --git a/.github/workflows/tempest.yml b/.github/workflows/tempest.yml index d0ef5b1..9830bb5 100644 --- a/.github/workflows/tempest.yml +++ b/.github/workflows/tempest.yml @@ -1,7 +1,7 @@ name: Refresh Tempest Data on: schedule: - - cron: '*/5 * * * *' + - cron: "*/5 * * * *" jobs: refresh-tempest: runs-on: ubuntu-latest