Skip to content

Commit f978a49

Browse files
committed
test
1 parent c7b6794 commit f978a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ jobs:
207207
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no"
208208

209209
deploy:
210-
needs: [build, test, lint, integration, integration-configs-db]
211-
if: (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) && github.repository == 'cortexproject/cortex'
210+
needs: [build]
211+
if: github.repository == 'cortexproject/cortex'
212212
runs-on: ubuntu-20.04
213213
container:
214214
image: quay.io/cortexproject/build-image:upgrade-to-go1.19.3-e8b98ddc0

0 commit comments

Comments
 (0)