Skip to content

Commit 1712931

Browse files
authored
Update trigger_internal_tests.yml
1 parent 1b384c3 commit 1712931

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/trigger_internal_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
with:
1818
app-id: ${{ vars.PLAYWRIGHT_APP_ID }}
1919
private-key: ${{ secrets.PLAYWRIGHT_PRIVATE_KEY }}
20+
repositories: playwright-browsers
2021
- run: |
21-
curl -X POST \
22+
curl -X POST --fail \
2223
-H "Accept: application/vnd.github.v3+json" \
2324
-H "Authorization: token ${GH_TOKEN}" \
2425
--data "{\"event_type\": \"playwright_tests_python\", \"client_payload\": {\"ref\": \"${GITHUB_SHA}\"}}" \

0 commit comments

Comments
 (0)