Skip to content

Commit

Permalink
tune (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinFlipside authored Nov 2, 2023
1 parent d05580d commit 838f402
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dbt_test_intraday.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ run-name: dbt_test_intraday

on:
workflow_dispatch:
schedule:
# Runs “At minute 45 past every 4th hour.” (see https://crontab.guru)
- cron: '45 */4 * * *'
branches:
- "main"

env:
DBT_PROFILES_DIR: ./
Expand Down
5 changes: 3 additions & 2 deletions data/github_actions__workflows.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
workflow_name,workflow_schedule
dbt_run_scheduled_non_realtime,"6,18,30,42,54 * * * *"
dbt_run_scheduled_non_realtime,"4,16,28,40,52 * * * *"
dbt_run_streamline_chainhead,"0,12,24,36,48 * * * *"
dbt_run_streamline_decoder,"3,15,27,39,51 * * * *"
dbt_run_streamline_decoder,"9,21,33,45,57 * * * *"
dbt_run_scheduled_curated,"10,40 * * * *"
dbt_test_intraday,"23 */4 * * *"
dbt_test_tasks,"15,45 * * * *"

0 comments on commit 838f402

Please sign in to comment.