From 5a9d8ef4d53079e112db0477a923d9f8539806b7 Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Mon, 13 Jun 2022 13:50:22 +0800 Subject: [PATCH] [workflow] fixed 8-gpu test workflow (#1101) --- .github/workflows/build_gpu_8.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_gpu_8.yml b/.github/workflows/build_gpu_8.yml index 410bb2167..4e1219be2 100644 --- a/.github/workflows/build_gpu_8.yml +++ b/.github/workflows/build_gpu_8.yml @@ -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