This commit is contained in:
Austin 2024-03-11 16:22:35 -04:00 committed by GitHub
parent 08ef05544a
commit 047e3a5052
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 8 deletions

View File

@ -3,8 +3,9 @@ run-name: dbt_run_streamline_traces_decoder_history_range_0
on:
workflow_dispatch:
branches:
- "main"
schedule:
# Runs “At 01:18.” (see https://crontab.guru)
- cron: '18 1 * * *'
env:
DBT_PROFILES_DIR: ./

View File

@ -3,8 +3,9 @@ run-name: dbt_run_streamline_traces_decoder_history_range_1
on:
workflow_dispatch:
branches:
- "main"
schedule:
# Runs “At 07:18.” (see https://crontab.guru)
- cron: '18 7 * * *'
env:
DBT_PROFILES_DIR: ./

View File

@ -3,8 +3,9 @@ run-name: dbt_run_streamline_traces_decoder_history_range_2
on:
workflow_dispatch:
branches:
- "main"
schedule:
# Runs “At 1:18.” (see https://crontab.guru)
- cron: '18 13 * * *'
env:
DBT_PROFILES_DIR: ./

View File

@ -3,8 +3,9 @@ run-name: dbt_run_streamline_traces_decoder_history_range_3
on:
workflow_dispatch:
branches:
- "main"
schedule:
# Runs “At 7:18.” (see https://crontab.guru)
- cron: '18 19 * * *'
env:
DBT_PROFILES_DIR: ./