Skip to content

Commit

Permalink
Always make time update
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa committed Aug 7, 2024
1 parent 0fd557d commit 7e542a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_available_software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
export TIME_GENERATED_TEMPLATE="{{ generated_time }}"
python scripts/available_software/available_software.py
./scripts/update_generated_time.sh mkdocs.yml
git status
# determine whether pull request should be opened:
Expand All @@ -49,7 +51,6 @@ jobs:
else
echo "JSON files in docs/available_software/data have been changed, PR should be opened"
echo "json_data_changed=yes" >> $GITHUB_OUTPUT
./scripts/update_generated_time.sh mkdocs.yml
fi
# remove original JSON files, or they'll end up in the PR being opened
Expand Down

0 comments on commit 7e542a3

Please sign in to comment.