Skip to content

Commit bffa017

Browse files
committed
Sync auto-copilot-test-review-playwright.yml from .github repo
1 parent dce168c commit bffa017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-copilot-test-review-playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
jobs:
2222
test-review-and-execution:
23-
runs-on: ubuntu-latest
23+
runs-on: [self-hosted, linux, x64, big]
2424
strategy:
2525
matrix:
2626
browser: [chromium, firefox, webkit]
@@ -122,7 +122,7 @@ jobs:
122122
continue-on-error: true
123123

124124
test-coverage-review:
125-
runs-on: ubuntu-latest
125+
runs-on: [self-hosted, linux, x64, big]
126126
needs: test-review-and-execution
127127
steps:
128128
- name: Checkout code

0 commit comments

Comments
 (0)