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

Commit fe0e5f1

Browse files
committed
Add upload-overwatch.yml workflow for PR #1204
1 parent 0f5a39e commit fe0e5f1

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/upload-overwatch.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
name: Upload Overwatch
1+
name: Upload Overwatch - TEST
22

33
on:
44
pull_request:
55
types:
66
- opened
77
- synchronize
8+
push:
9+
branches-ignore:
10+
- main
811

912
jobs:
1013
upload-overwatch:
@@ -36,8 +39,9 @@ jobs:
3639
chmod +x overwatch-cli
3740
- name: Run Overwatch CLI
3841
run: |
39-
./overwatch-cli \
40-
--auth-token ${{ secrets.SENTRY_AUTH_TOKEN }} \
41-
--organization-slug codecov \
42-
python \
43-
--python-path $(which python3)
42+
./overwatch-cli \\
43+
--auth-token \${{ secrets.SENTRY_AUTH_TOKEN }} \\
44+
--organization-slug codecov \\
45+
--pullid 1204 \\
46+
python \\
47+
--python-path \$(which python3)

0 commit comments

Comments
 (0)