From 490513a01798fe2acc58e0927f2d10c82c33337e Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Sun, 30 Oct 2022 21:33:30 -0700 Subject: [PATCH] devops: update repo for internal tests --- .github/workflows/trigger_tests.yml | 2 +- utils/upload_flakiness_dashboard.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trigger_tests.yml b/.github/workflows/trigger_tests.yml index 7267c843ba..dcd68dca37 100644 --- a/.github/workflows/trigger_tests.yml +++ b/.github/workflows/trigger_tests.yml @@ -16,6 +16,6 @@ jobs: -H "Accept: application/vnd.github.v3+json" \ -H "Authorization: token ${GH_TOKEN}" \ --data "{\"event_type\": \"playwright_tests\", \"client_payload\": {\"ref\": \"${GITHUB_SHA}\"}}" \ - https://api.github.com/repos/microsoft/playwright-internal/dispatches + https://api.github.com/repos/microsoft/playwright-browsers/dispatches env: GH_TOKEN: ${{ secrets.REPOSITORY_DISPATCH_PERSONAL_ACCESS_TOKEN }} diff --git a/utils/upload_flakiness_dashboard.sh b/utils/upload_flakiness_dashboard.sh index 1d8c03db89..f7a522edad 100755 --- a/utils/upload_flakiness_dashboard.sh +++ b/utils/upload_flakiness_dashboard.sh @@ -27,7 +27,7 @@ if [[ ($1 == '--help') || ($1 == '-h') ]]; then exit 0 fi -if [[ ("${GITHUB_REPOSITORY}" != "microsoft/playwright") && ("${GITHUB_REPOSITORY}" != "microsoft/playwright-internal") ]]; then +if [[ ("${GITHUB_REPOSITORY}" != "microsoft/playwright") && ("${GITHUB_REPOSITORY}" != "microsoft/playwright-browsers") ]]; then echo "NOTE: skipping dashboard uploading from fork" exit 0 fi