We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ef8b5d + 082036c commit 9df2242Copy full SHA for 9df2242
.github/workflows/gradle.yml
@@ -11,6 +11,7 @@ permissions:
11
packages: read
12
jobs:
13
datastore-build:
14
+ if: false # remove after publishing
15
name: "Build Datastore Project"
16
runs-on: ubuntu-24.04
17
strategy:
@@ -93,7 +94,6 @@ jobs:
93
94
if: github.event_name == 'push'
95
name: "Publish Snapshot"
96
#needs: [datastore-build, hibernate5-build, mongodb-build] # Fix once mongo db action is added
- needs: [datastore-build, hibernate5-build]
97
98
steps:
99
- name: "📥 Checkout the repository"
0 commit comments