Skip to content

Commit

Permalink
chore(self-hosted): Remove dependency on snuba-image build step durin…
Browse files Browse the repository at this point in the history
…g e2e action (#5891)

* remove dependency on snuba-image build step
  • Loading branch information
hubertdeng123 authored May 10, 2024
1 parent 391e8ff commit 70964ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70964ee

Please sign in to comment.