Skip to content

Commit

Permalink
update plotting_info so that e.g. chart ids are included
Browse files Browse the repository at this point in the history
  • Loading branch information
JHogenboom committed Aug 6, 2024
1 parent 09402e6 commit a4bf642
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
- name: Commit and push if there are changes
run: |
git add data/* plotting_info.json
git add data/*
git status --short | grep "plotting_info.json" && git add plotting_info.json
git commit -m "Add/update Vantage6 result" || exit 0 # Exit gracefully if no changes
git push
Expand Down

0 comments on commit a4bf642

Please sign in to comment.