mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:47:00 +00:00
re-enable points requests (#467)
This commit is contained in:
parent
198f4a2f86
commit
efaab90e83
@ -3,7 +3,9 @@ run-name: dbt_run_scheduled_streamline_non_core
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Disabled 2025-08-27 due to no responses from the points (snag) API
|
||||
schedule:
|
||||
# Once daily at 06:00 UTC
|
||||
- cron: "0 6 * * *"
|
||||
|
||||
env:
|
||||
SLACK_WEBHOOK_URL: "${{ secrets.SLACK_WEBHOOK_URL }}"
|
||||
|
||||
@ -8,8 +8,7 @@ on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Daily at 0, 1, 2, 3, 4 UTC
|
||||
# Disabled 2025-08-27 due to no responses from the points (snag) API
|
||||
# - cron: "0 0,1,2,3,4 * * *"
|
||||
- cron: "0 0,1,2,3,4 * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
@ -7,8 +7,7 @@ on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs hourly
|
||||
# Disabled 2025-08-27 due to no responses from the points (snag) API
|
||||
# - cron: "0 * * * *"
|
||||
- cron: "0 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user