incr to 3x/hr (#242)

This commit is contained in:
Jack Forgash 2023-12-11 16:52:05 -07:00 committed by GitHub
parent 28e4dd0981
commit c51d0c38b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@ run-name: dbt_run_scheduled
on:
workflow_dispatch:
schedule:
# Every 30 minutes (see https://crontab.guru)
- cron: "*/30 * * * *"
# Every 20 minutes (see https://crontab.guru)
- cron: "*/20 * * * *"
env:
USE_VARS: "${{ vars.USE_VARS }}"

View File

@ -5,7 +5,7 @@ on:
workflow_dispatch:
schedule:
# At minute 10, and 40 every hour (see https://crontab.guru)
- cron: "10,40 * * * *"
- cron: "7,27,47 * * * *"
env:
USE_VARS: "${{ vars.USE_VARS }}"

View File

@ -5,7 +5,7 @@ on:
workflow_dispatch:
schedule:
# At minute 15, and 45 every hour (see https://crontab.guru)
- cron: "15,45 * * * *"
- cron: "11,31,51 * * * *"
env:
USE_VARS: "${{ vars.USE_VARS }}"

View File

@ -5,7 +5,7 @@ on:
workflow_dispatch:
schedule:
# At minute 20, and 50 every hour (see https://crontab.guru)
- cron: "20,50 * * * *"
- cron: "15,35,55 * * * *"
env:
USE_VARS: "${{ vars.USE_VARS }}"