From 7f76fbc84935eab6b8b3d89ffc4cf654e515acb9 Mon Sep 17 00:00:00 2001 From: Ying WANG Date: Tue, 28 May 2024 13:39:19 -0600 Subject: [PATCH] test alpine --- .github/workflows/test-build-deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-build-deploy.yml b/.github/workflows/test-build-deploy.yml index 4c2cdfcab87..bc7577d7a28 100644 --- a/.github/workflows/test-build-deploy.yml +++ b/.github/workflows/test-build-deploy.yml @@ -375,7 +375,6 @@ jobs: integration-alpine: needs: [goversion, build, prepare] runs-on: ubuntu-latest - if: needs.prepare.outputs.is_deploy == 'true' strategy: # Do not abort other groups when one fails. fail-fast: false @@ -448,7 +447,6 @@ 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' runs-on: ubuntu-latest container: image: ${{ needs.prepare.outputs.build_image }}