Skip to content

Commit 3296911

Browse files
committed
feat: update condition for build-docker-distroless job to remove MongoDB version restriction
1 parent 6f43bf8 commit 3296911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
${{ github.ref == 'refs/heads/master' && 'softinstigate/restheart-snapshot:latest-graalvm' || '' }}
156156
157157
build-docker-distroless:
158-
if: "!contains(github.event.head_commit.message, 'skip ci') && matrix.mongodb-version == '8.0'"
158+
if: "!contains(github.event.head_commit.message, 'skip ci')"
159159
needs: build
160160
runs-on: ubuntu-22.04
161161
strategy:

0 commit comments

Comments
 (0)