mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 17:51:57 +00:00
7 lines
187 B
SQL
7 lines
187 B
SQL
{% macro create_gha_tasks() %}
|
|
{% if var("UPDATE_GHA_TASKS") %}
|
|
{% if target.database == 'POLYGON' %}
|
|
{{ trigger_dummy_gha() }};
|
|
{% endif %}
|
|
{% endif %}
|
|
{% endmacro %} |