Skip to content

Commit

Permalink
Update update-javavalidator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke authored Dec 31, 2024
1 parent c683b03 commit 9c356cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-javavalidator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Create patch for Java validator version in action.yml
run: |
echo "JAVA_UPDATE_RECOMMENDED: $JAVA_UPDATE_RECOMMENDED"
if [[ "$JAVA_UPDATE_RECOMMENDED" == "false" ]]; then
echo "Java validator is up-to-date. Skip creating a PR."
exit 0
Expand Down

0 comments on commit 9c356cf

Please sign in to comment.