We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23cc3e4 commit b37fce4Copy full SHA for b37fce4
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
publish:
12
name: Build and deploy website
13
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, ubuntu-latest]
14
timeout-minutes: 20
15
if: ( github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true ) && github.repository == 'hpcaitech/ColossalAI-Documentation'
16
permissions:
.github/workflows/test.yml
@@ -7,7 +7,7 @@ on:
7
8
9
if: github.base_ref == 'main' && github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI-Documentation'
steps:
0 commit comments