Skip to content

Commit

Permalink
Merge branch 'main' into revert-4554-revert-4535-burke/fer-2827-maven…
Browse files Browse the repository at this point in the history
…agi-java-generator-does-not-respect-enable-public
  • Loading branch information
dcb6 authored Sep 5, 2024
2 parents eceb8bd + 9fc987f commit 36dc085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
java-spring:
runs-on: ubuntu-latest
needs: versions-changed
if: ${{ needs.versions-changed.outputs.java-model == 'true' || inputs.generator == 'java-spring' }}
if: ${{ needs.versions-changed.outputs.spring == 'true' || inputs.generator == 'java-spring' }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 36dc085

Please sign in to comment.