mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 09:37:27 +00:00
disable rewards GHAs (#466)
* disable flow rewards gha * excl gold rewards from dbt test
This commit is contained in:
parent
4603b20591
commit
198f4a2f86
@ -3,9 +3,7 @@ run-name: dbt_run_scheduled_streamline_non_core
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Daily at 06:00 UTC
|
||||
- cron: "0 6 * * *"
|
||||
# Disabled 2025-08-27 due to no responses from the points (snag) API
|
||||
|
||||
env:
|
||||
SLACK_WEBHOOK_URL: "${{ secrets.SLACK_WEBHOOK_URL }}"
|
||||
|
||||
@ -8,7 +8,8 @@ on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Daily at 0, 1, 2, 3, 4 UTC
|
||||
- cron: "0 0,1,2,3,4 * * *"
|
||||
# Disabled 2025-08-27 due to no responses from the points (snag) API
|
||||
# - cron: "0 0,1,2,3,4 * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
@ -7,7 +7,8 @@ on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Runs hourly
|
||||
- cron: "0 * * * *"
|
||||
# Disabled 2025-08-27 due to no responses from the points (snag) API
|
||||
# - cron: "0 * * * *"
|
||||
|
||||
env:
|
||||
USE_VARS: "${{ vars.USE_VARS }}"
|
||||
|
||||
2
.github/workflows/dbt_test.yml
vendored
2
.github/workflows/dbt_test.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
- name: Run DBT Jobs
|
||||
run: |
|
||||
dbt test -s "flow_models,models/gold" tag:observability tag:evm_gap_test --vars '{"TEST_RANGE": True, "START_HEIGHT": ${{ vars.STREAMLINE_START_BLOCK }}, "END_HEIGHT": 100000000}'
|
||||
dbt test -s "flow_models,models/gold" tag:observability tag:evm_gap_test --exclude "flow_models,models/gold/rewards" --vars '{"TEST_RANGE": True, "START_HEIGHT": ${{ vars.STREAMLINE_START_BLOCK }}, "END_HEIGHT": 100000000}'
|
||||
continue-on-error: true
|
||||
|
||||
- name: Log test results
|
||||
|
||||
Loading…
Reference in New Issue
Block a user