diff --git a/.github/workflows/CPU_inferencce_validation.yml b/.github/workflows/CPU_inferencce_validation.yml index 7a0896b7..37bab73b 100644 --- a/.github/workflows/CPU_inferencce_validation.yml +++ b/.github/workflows/CPU_inferencce_validation.yml @@ -8,8 +8,7 @@ on: - master jobs: build_validation: - runs-on: [self-hosted, linux, x64] - if: github.repository_owner == 'deepmodeling' + runs-on: [self-hosted, linux, x64] container: image: ubuntu:20.04 options: --shm-size=5g # shared memory size = 5GB