Skip to content

Commit 9df2242

Browse files
authored
Merge pull request #2076 from jdaugherty/9.0.x
Fix publish
2 parents 4ef8b5d + 082036c commit 9df2242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111
packages: read
1212
jobs:
1313
datastore-build:
14+
if: false # remove after publishing
1415
name: "Build Datastore Project"
1516
runs-on: ubuntu-24.04
1617
strategy:
@@ -93,7 +94,6 @@ jobs:
9394
if: github.event_name == 'push'
9495
name: "Publish Snapshot"
9596
#needs: [datastore-build, hibernate5-build, mongodb-build] # Fix once mongo db action is added
96-
needs: [datastore-build, hibernate5-build]
9797
runs-on: ubuntu-24.04
9898
steps:
9999
- name: "📥 Checkout the repository"

0 commit comments

Comments
 (0)