update/makefile-schedule (#1065)

makefile and package upgrade
This commit is contained in:
drethereum 2025-05-21 08:32:57 -06:00 committed by GitHub
parent 15c83558ed
commit 0ccec04041
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ deploy_gha_tasks:
deploy_new_gha_tasks:
@set -e; \
dbt run-operation fsc_evm.drop_github_actions_schema; \
make deploy_gha_workflows_table DBT_TARGET=$(DBT_TARGET); \
dbt run -m "fsc_evm,tag:gha_tasks" --full-refresh -t $(DBT_TARGET); \
dbt run-operation fsc_evm.create_gha_tasks --vars '{"RESUME_GHA_TASKS":True}' -t $(DBT_TARGET)

View File

@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v4.0.0-beta.78
revision: v4.0.0-beta.79