Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 4b13343

Browse files
committed
asdf
1 parent d62177a commit 4b13343

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86,24 +86,6 @@ jobs:
8686
repo: ${{ vars.CODECOV_IMAGE_V2 || 'codecov/self-hosted-api' }}
8787
cache_file: "uv.lock"
8888

89-
upload-overwatch:
90-
runs-on: ubuntu-latest
91-
steps:
92-
- name: Checkout
93-
uses: actions/checkout@v4
94-
95-
- name: Install Requirements
96-
run: |
97-
pip install -r requirements.txt
98-
99-
- name: Install Overwatch CLI
100-
run: |
101-
curl -o cli https://overwatch.codecov.io/cli
102-
chmod +x cli
103-
104-
- name: Run Overwatch CLI
105-
run: cli --auth-token ${{ secrets.SENTRY_AUTH_TOKEN }} python
106-
10789
upload-overwatch:
10890
runs-on: ubuntu-latest
10991
steps:

0 commit comments

Comments
 (0)