Skip to content

Commit

Permalink
[workflow] fixed 8-gpu test workflow (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLeeeee committed Jun 13, 2022
1 parent 03e52ec commit 5a9d8ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_gpu_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
jobs:
build:
name: Build and Test Colossal-AI
if: |
github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
if: github.repository == 'hpcaitech/ColossalAI'
runs-on: [self-hosted, 8-gpu]
container:
image: hpcaitech/pytorch-cuda:1.10.1-11.3.0
Expand Down

0 comments on commit 5a9d8ef

Please sign in to comment.