Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 29, 2024
1 parent 1f305b3 commit 67d5383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
# gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
- name: Has SNAPSHOT version and is default build?
if: ${{ github.event_name != 'pull_request' && matrix.snapshot }}
if: ${{ github.event_name == 'pull_request' && matrix.snapshot }}
run: echo "Job DOES have 'matrix.snapshot' and has SNAPSHOT as version"
- name: Build
# Note: build separately first with default joda
Expand Down

0 comments on commit 67d5383

Please sign in to comment.