diff --git a/.github/workflows/test-build-deploy.yml b/.github/workflows/test-build-deploy.yml index 4c2cdfcab87..48222912647 100644 --- a/.github/workflows/test-build-deploy.yml +++ b/.github/workflows/test-build-deploy.yml @@ -375,7 +375,7 @@ jobs: integration-alpine: needs: [goversion, build, prepare] runs-on: ubuntu-latest - if: needs.prepare.outputs.is_deploy == 'true' + # if: needs.prepare.outputs.is_deploy == 'true' strategy: # Do not abort other groups when one fails. fail-fast: false @@ -448,7 +448,7 @@ jobs: deploy: needs: [prepare, build, test, lint, integration, integration-alpine] # Only deploy images on pushes to the grafana/mimir repo, which either are tag pushes or weekly release branch pushes. - if: needs.prepare.outputs.is_deploy == 'true' + # if: needs.prepare.outputs.is_deploy == 'true' runs-on: ubuntu-latest container: image: ${{ needs.prepare.outputs.build_image }}