From f63b65ce4cf568cf0a034270b4a8c2127ffdb028 Mon Sep 17 00:00:00 2001 From: Nurlan Moldomurov Date: Wed, 24 Apr 2024 11:34:16 +0300 Subject: [PATCH] Update dashboard.yml --- .github/workflows/dashboard.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml index 440eb89da2..07ac5b4109 100644 --- a/.github/workflows/dashboard.yml +++ b/.github/workflows/dashboard.yml @@ -31,9 +31,9 @@ jobs: - dashboards/** - name: Run cleanup-dash.py on changed files - if: steps.changed-files-yaml.outputs.test_any_changed == 'true' + if: steps.changed-files-yaml.outputs.dashboards_any_changed == 'true' env: - TEST_ALL_CHANGED_FILES: ${{ steps.changed-files-yaml.outputs.test_all_changed_files }} + TEST_ALL_CHANGED_FILES: ${{ steps.changed-files-yaml.outputs.dashboards_all_changed_files }} run: | for file in ${TEST_ALL_CHANGED_FILES}; do python cleanup-dash.py "$file"