Skip to content

Commit

Permalink
Update dashboard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk authored Apr 24, 2024
1 parent 6d48153 commit f63b65c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f63b65c

Please sign in to comment.