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 f63b65c commit 592d67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
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"
python misc/cleanup-dash.py "$file"
done
- name: Check for changes
Expand Down

0 comments on commit 592d67e

Please sign in to comment.