Skip to content

Commit 676cb94

Browse files
committed
Do not build website for tags
Signed-off-by: Daniel Deluiggi <[email protected]>
1 parent 5b7b4f5 commit 676cb94

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)