polygon-models/macros/create_gha_tasks.sql
Austin 111ef04924
create dummy task (#265)
* create dummy task

* update
2023-10-19 15:50:23 -04:00

7 lines
187 B
SQL

{% macro create_gha_tasks() %}
{% if var("UPDATE_GHA_TASKS") %}
{% if target.database == 'POLYGON' %}
{{ trigger_dummy_gha() }};
{% endif %}
{% endif %}
{% endmacro %}