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.
1 parent 6f43bf8 commit 3296911Copy full SHA for 3296911
.github/workflows/branch.yml
@@ -155,7 +155,7 @@ jobs:
155
${{ github.ref == 'refs/heads/master' && 'softinstigate/restheart-snapshot:latest-graalvm' || '' }}
156
157
build-docker-distroless:
158
- if: "!contains(github.event.head_commit.message, 'skip ci') && matrix.mongodb-version == '8.0'"
+ if: "!contains(github.event.head_commit.message, 'skip ci')"
159
needs: build
160
runs-on: ubuntu-22.04
161
strategy:
0 commit comments