Skip to content

Commit 5d23973

Browse files
authored
Merge pull request #7055 from danielblando/fix-deploy-website
Do not build website for tags
2 parents 2fed9b7 + 676cb94 commit 5d23973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
254254
deploy_website:
255255
needs: [build, test]
256-
if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
256+
if: github.ref == 'refs/heads/master' && github.repository == 'cortexproject/cortex'
257257
runs-on: ubuntu-24.04
258258
container:
259259
image: quay.io/cortexproject/build-image:master-59491e9aae

0 commit comments

Comments
 (0)