Skip to content

Commit 98eb436

Browse files
committed
Add upload-overwatch.yml workflow for PR #1183
1 parent 8a3d079 commit 98eb436

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/upload-overwatch.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
name: Upload Overwatch
1+
# Created on 2025-03-19 14:07:47
2+
name: Upload Overwatch - 2025-03-19 14:07: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 1183 \
4247
python \
43-
--python-path $(which python3)
48+
--python-path $(which python3)

0 commit comments

Comments
 (0)