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

enable CI after PR sync (#97)

parent a951bc60
name: Build name: Build
on: on:
pull_request: pull_request:
types: [review_requested] types: [review_requested, synchronize]
branches: branches:
- "*" - "*"
...@@ -13,7 +13,7 @@ jobs: ...@@ -13,7 +13,7 @@ jobs:
image: nvcr.io/nvidia/pytorch:21.07-py3 image: nvcr.io/nvidia/pytorch:21.07-py3
options: --gpus all --rm --ipc=host -v /data/cifar-10:/data/cifar-10 options: --gpus all --rm --ipc=host -v /data/cifar-10:/data/cifar-10
timeout-minutes: 1200 timeout-minutes: 1200
if: github.event.pull_request.draft == false && github.base_ref == 'main' && github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI' if: github.event.pull_request.draft == false && github.base_ref == 'main' && github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI' && toJson(github.event.pull_request.requested_reviewers) != '[]'
steps: steps:
- name: Setup Environment - name: Setup Environment
run: | run: |
......
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