Unverified Commit 5a9d8ef4 authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

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

parent 03e52ecb
...@@ -9,8 +9,7 @@ on: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment