From 70964ee9b6345e873dab42a06bd0c37468be9435 Mon Sep 17 00:00:00 2001 From: Hubert Deng Date: Fri, 10 May 2024 14:43:45 -0700 Subject: [PATCH] chore(self-hosted): Remove dependency on snuba-image build step during e2e action (#5891) * remove dependency on snuba-image build step --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84a60e37c0..5848dc0bf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -387,9 +387,8 @@ jobs: curl -Os https://uploader.codecov.io/latest/linux/codecov && chmod +x codecov && ./codecov -t ${CODECOV_TOKEN} self-hosted-end-to-end: - needs: [snuba-image] runs-on: ubuntu-latest - timeout-minutes: 25 + timeout-minutes: 30 steps: - name: Checkout Snuba