We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fed9b7 + 676cb94 commit 5d23973Copy full SHA for 5d23973
.github/workflows/test-build-deploy.yml
@@ -253,7 +253,7 @@ jobs:
253
254
deploy_website:
255
needs: [build, test]
256
- 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'
257
runs-on: ubuntu-24.04
258
container:
259
image: quay.io/cortexproject/build-image:master-59491e9aae
0 commit comments