This commit is contained in:
flybird11111 2025-05-27 15:19:04 +08:00
parent 45779680bf
commit a9656e2915

View File

@ -10,7 +10,7 @@ jobs:
matrix_preparation:
name: Prepare Container List
if: github.repository == 'hpcaitech/ColossalAI'
runs-on: ubuntu-latest
runs-on: [self-hosted,ubuntu-latest]
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
@ -24,7 +24,7 @@ jobs:
build:
name: Release bdist wheels
needs: matrix_preparation
runs-on: [self-hosted, gpu]
runs-on: [self-hosted, ubuntu-latest]
strategy:
fail-fast: false
matrix: ${{fromJson(needs.matrix_preparation.outputs.matrix)}}