From 97c88c5620d2336ce981da2d129ee85e63fffa3d Mon Sep 17 00:00:00 2001 From: vuillaut Date: Mon, 23 Dec 2024 16:15:54 +0000 Subject: [PATCH] trying to validate new configs with actions --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fff6dedf..0be43216 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -70,8 +70,8 @@ jobs: id: verify-changed-files with: files: | - production_configs/*/*.yml - production_configs/*/*.yaml + production_configs/**/*.yml + production_configs/**/*.yaml # production_configs/*/*.json # TODO: solve issue in github actions extracting sublist of yaml files, see below