Skip to content

Commit

Permalink
Try to fix issue with create binary step being ignored
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Louie <[email protected]>
  • Loading branch information
jonathanl-bq committed Sep 24, 2024
1 parent fed1699 commit 14155c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

create-binaries-to-publish:
needs: [set-release-version, load-platform-matrix]
if: github.repository_owner == 'valkey-io' #&& github.event.pull_request.merged
if: #github.repository_owner == 'valkey-io' #&& github.event.pull_request.merged
timeout-minutes: 35
env:
JAVA_VERSION: "11"
Expand Down

0 comments on commit 14155c4

Please sign in to comment.