Skip to content

Commit

Permalink
Temporary disable if
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-Ben committed Nov 28, 2023
1 parent bff4ebe commit bf8287c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Publish Image To Quay
if: steps.release_status.outputs.OUTPUT == 'unreleased'
#if: steps.release_status.outputs.OUTPUT == 'unreleased'
run: python pipeline.py --image-name ${{ matrix.pipeline-argument }} --release
env:
MONGODB_COMMUNITY_CONFIG: "${{ github.workspace }}/scripts/ci/config.json"
Expand Down

0 comments on commit bf8287c

Please sign in to comment.