diff options
author | Dan Linden <119471733+Dan-Linden@users.noreply.github.com> | 2025-08-26 15:18:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-26 15:18:10 -0700 |
commit | e33439e5238e9d2945aa99515c0206d827cc0910 (patch) | |
tree | 891e7b10f8fb78f2cc1f581fe5a70d4c0dbd3079 | |
parent | bbdb46a833c1c3d8c26aa1a9a69bf05f4b065853 (diff) |
Update qatest.yaml
corrected kurt's machine name to qa-windows-kurt
-rw-r--r-- | .github/workflows/qatest.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/qatest.yaml b/.github/workflows/qatest.yaml index e19dce2709..b6883d88d4 100644 --- a/.github/workflows/qatest.yaml +++ b/.github/workflows/qatest.yaml @@ -47,7 +47,7 @@ jobs: artifact: Windows-installer install-path: 'C:\viewer-automation-main' - os: windows - runner: qa-windows-asus-kurt + runner: qa-windows-kurt artifact: Windows-installer install-path: 'C:\viewer-automation-main' - os: mac |