Skip to content

Commit 062e020

Browse files
committed
Sync auto-copilot-functionality-docs-review.yml from .github repo
1 parent 4da4e92 commit 062e020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-copilot-functionality-docs-review.yml

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

1717
jobs:
1818
functionality-check:
19-
runs-on: [self-hosted, linux, x64, big]
19+
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout code
2222
uses: actions/checkout@main
@@ -104,7 +104,7 @@ jobs:
104104
continue-on-error: true
105105

106106
documentation-review:
107-
runs-on: [self-hosted, linux, x64, big]
107+
runs-on: ubuntu-latest
108108
steps:
109109
- name: Checkout code
110110
uses: actions/checkout@main

0 commit comments

Comments
 (0)