[workflow] fixed 8-gpu test workflow (#1101)

pull/1106/head
Frank Lee 2022-06-13 13:50:22 +08:00 committed by GitHub
parent 03e52ecba3
commit 5a9d8ef4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ on:
jobs: jobs:
build: build:
name: Build and Test Colossal-AI name: Build and Test Colossal-AI
if: | if: github.repository == 'hpcaitech/ColossalAI'
github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
runs-on: [self-hosted, 8-gpu] runs-on: [self-hosted, 8-gpu]
container: container:
image: hpcaitech/pytorch-cuda:1.10.1-11.3.0 image: hpcaitech/pytorch-cuda:1.10.1-11.3.0