Skip to content

Commit b37fce4

Browse files
committed
fix
1 parent 23cc3e4 commit b37fce4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
publish:
1212
name: Build and deploy website
13-
runs-on: ubuntu-latest
13+
runs-on: [self-hosted, ubuntu-latest]
1414
timeout-minutes: 20
1515
if: ( github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true ) && github.repository == 'hpcaitech/ColossalAI-Documentation'
1616
permissions:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
publish:
99
name: Build and deploy website
10-
runs-on: ubuntu-latest
10+
runs-on: [self-hosted, ubuntu-latest]
1111
timeout-minutes: 20
1212
if: github.base_ref == 'main' && github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI-Documentation'
1313
steps:

0 commit comments

Comments
 (0)