Skip to content

Commit 20fdb26

Browse files
committed
chore(workflows): update runner configuration from ubuntu-latest to self-hosted-ghr for consistency and improved performance across deployment workflows
1 parent 4ec6ba0 commit 20fdb26

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/deploy-homepage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77

88
jobs:
99
trigger:
10-
runs-on: ubuntu-latest
10+
runs-on:
11+
- self-hosted-ghr
12+
- size-l-x64
1113
steps:
1214
- name: Trigger deploy hook
1315
run: |

.github/workflows/generate-repo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77

88
jobs:
99
generate-repo:
10-
runs-on: ubuntu-latest
10+
runs-on:
11+
- self-hosted-ghr
12+
- size-l-x64
1113
permissions:
1214
contents: write
1315
steps:

.github/workflows/update-availability.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
update-availability:
1010
permissions:
1111
contents: write
12-
runs-on: ubuntu-latest
12+
runs-on:
13+
- self-hosted-ghr
14+
- size-l-x64
1315
steps:
1416
- name: Checkout
1517
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)