From 676cb94ff7541df2cc7a75dcadbad823f2b989e3 Mon Sep 17 00:00:00 2001 From: Daniel Deluiggi Date: Tue, 14 Oct 2025 14:40:04 -0700 Subject: [PATCH] Do not build website for tags Signed-off-by: Daniel Deluiggi --- .github/workflows/test-build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build-deploy.yml b/.github/workflows/test-build-deploy.yml index 6b3be24bc8b..9d510d58c9d 100644 --- a/.github/workflows/test-build-deploy.yml +++ b/.github/workflows/test-build-deploy.yml @@ -253,7 +253,7 @@ jobs: deploy_website: needs: [build, test] - if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex' + if: github.ref == 'refs/heads/master' && github.repository == 'cortexproject/cortex' runs-on: ubuntu-24.04 container: image: quay.io/cortexproject/build-image:master-59491e9aae