Skip to content

Commit

Permalink
Revert comment move
Browse files Browse the repository at this point in the history
  • Loading branch information
sgraband committed Jul 11, 2024
1 parent 2271868 commit 789516f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

# Only continue from here when the version matches the event, so either:
# - main merge with snapshot version
# - release with proper version
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -66,6 +63,9 @@ jobs:
echo "is_snapshot_version=false" >> $GITHUB_OUTPUT
fi
# Only continue from here when the version matches the event, so either:
# - main merge with snapshot version
# - release with proper version
- name: Set up JDK 17
if: |
(github.event_name == 'push' && steps.version_check.outputs.is_snapshot_version == 'true') ||
Expand Down

0 comments on commit 789516f

Please sign in to comment.