From 7990c1a421f22667ce2ce9d874f5e66a11dc130a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Borb=C3=A1la=20Farkas?= Date: Thu, 19 Sep 2024 13:18:01 +0200 Subject: [PATCH] test workflow: modifying cm_querysets.py --- .../trigger_views_pipeline_cm_catalog_dispatch.yml | 2 +- Tools/cm_querysets.py | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/trigger_views_pipeline_cm_catalog_dispatch.yml b/.github/workflows/trigger_views_pipeline_cm_catalog_dispatch.yml index 9390860..b6d7e4f 100644 --- a/.github/workflows/trigger_views_pipeline_cm_catalog_dispatch.yml +++ b/.github/workflows/trigger_views_pipeline_cm_catalog_dispatch.yml @@ -4,8 +4,8 @@ name: dispatch event to views_pipeline on changes in cm_querysets.py and pgm_que on: push: branches: - - github_workflows - main + - github_workflows paths: - Tools/cm_querysets.py - Tools/pgm_querysets.py diff --git a/Tools/cm_querysets.py b/Tools/cm_querysets.py index 1a4ee66..c736ffa 100644 --- a/Tools/cm_querysets.py +++ b/Tools/cm_querysets.py @@ -9,6 +9,14 @@ import numpy as np from viewser import Queryset, Column +''' + + +THIS IS SOME BLANK SPACE TO TEST THE GITHUB WORKFLOW + + +''' + def get_cm_querysets():