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

Commit 4f9b49b

Browse files
committed
Add upload-overwatch.yml workflow for PR #1191
1 parent 877fe5b commit 4f9b49b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/upload-overwatch.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
name: Upload Overwatch
1+
# Created on 2025-03-12 09:49:47
2+
name: Upload Overwatch - 2025-03-12 09:49:47
23

34
on:
45
pull_request:
56
types:
67
- opened
78
- synchronize
9+
push:
10+
branches-ignore:
11+
- main
812

913
jobs:
1014
upload-overwatch:
@@ -39,5 +43,6 @@ jobs:
3943
./overwatch-cli \
4044
--auth-token ${{ secrets.SENTRY_AUTH_TOKEN }} \
4145
--organization-slug codecov \
46+
--pullid 1191 \
4247
python \
43-
--python-path $(which python3)
48+
--python-path $(which python3)

0 commit comments

Comments
 (0)