Skip to content

Commit 72d4e9a

Browse files
committed
Test runners
1 parent 18c4dee commit 72d4e9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
build:
22-
runs-on: [self-hosted, gh-runner]
22+
runs-on: gh-runner
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
@@ -50,7 +50,7 @@ jobs:
5050
environment:
5151
name: github-pages
5252
url: ${{ steps.deployment.outputs.page_url }}
53-
runs-on: [self-hosted, gh-runner]
53+
runs-on: gh-runner
5454
needs: build
5555
steps:
5656
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)