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