workflows (#408)

This commit is contained in:
Austin 2025-02-10 17:09:33 -05:00 committed by GitHub
parent bccdd3cc83
commit a3a6249dff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -4,8 +4,8 @@ run-name: dbt_run_evm_decoded_logs
on:
workflow_dispatch:
schedule:
# Every hour on minute 45(see https://crontab.guru)
- cron: "45 * * * *"
# Every hour on minute 17 and 47 (see https://crontab.guru)
- cron: "17,47 * * * *"
env:
USE_VARS: "${{ vars.USE_VARS }}"

View File

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