Skip to content

Commit 29f6fd2

Browse files
authored
use selfhosted runner for workflow
1 parent a0a80aa commit 29f6fd2

13 files changed

+13
-13
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44

55
jobs:
66
check-build:
7-
runs-on: ubuntu-latest
7+
runs-on: selfhosted
88
steps:
99

1010
- name: Checkout the code

.github/workflows/check-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44

55
jobs:
66
check-commit:
7-
runs-on: ubuntu-latest
7+
runs-on: selfhosted
88

99
steps:
1010
- name: Checkout the code

.github/workflows/check-css.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, workflow_dispatch]
44

55
jobs:
66
check-css:
7-
runs-on: ubuntu-latest
7+
runs-on: selfhosted
88
steps:
99

1010
- name: Checkout the code

.github/workflows/check-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, workflow_dispatch]
44

55
jobs:
66
check-docker:
7-
runs-on: ubuntu-latest
7+
runs-on: selfhosted
88
steps:
99

1010
- name: Checkout this repository

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
file-extension: [.mdx, .md]
1111

12-
runs-on: ubuntu-latest
12+
runs-on: selfhosted
1313
steps:
1414

1515
- name: Checkout this repository

.github/workflows/check-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
}
2121
]
2222

23-
runs-on: ubuntu-latest
23+
runs-on: selfhosted
2424
steps:
2525
- name: Checkout this repository
2626
uses: actions/checkout@v4.1.1

.github/workflows/check-signed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request, pull_request_target]
44

55
jobs:
66
check-signed-commits:
7-
runs-on: ubuntu-latest
7+
runs-on: selfhosted
88
steps:
99

1010
- name: Check out the repository code

.github/workflows/check-svg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, workflow_dispatch]
44

55
jobs:
66
check-svg:
7-
runs-on: ubuntu-latest
7+
runs-on: selfhosted
88
steps:
99

1010
- name: "Validate SVG files"

.github/workflows/check-syntax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, workflow_dispatch]
55
jobs:
66
check-syntax:
77
name: vale
8-
runs-on: ubuntu-latest
8+
runs-on: selfhosted
99
steps:
1010

1111
- name: Checkout this repository

.github/workflows/check-yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, workflow_dispatch]
44

55
jobs:
66
check-yaml:
7-
runs-on: ubuntu-latest
7+
runs-on: selfhosted
88
steps:
99

1010
- name: Checkout this repository

0 commit comments

Comments
 (0)