From a34844d24d1edaeaacafcd7e4799c6216decc5ca Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Sat, 6 Aug 2022 09:01:41 +0900 Subject: [PATCH] revert --- .github/workflows/ci-pytorch_test-full.yml | 2 +- .github/workflows/ci-pytorch_test-slow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pytorch_test-full.yml b/.github/workflows/ci-pytorch_test-full.yml index a959852e6cae8..9ef4567bcbd44 100644 --- a/.github/workflows/ci-pytorch_test-full.yml +++ b/.github/workflows/ci-pytorch_test-full.yml @@ -16,7 +16,7 @@ jobs: cpu: runs-on: ${{ matrix.os }} - # if: github.event.pull_request.draft == false # FIXME + if: github.event.pull_request.draft == false strategy: fail-fast: false matrix: diff --git a/.github/workflows/ci-pytorch_test-slow.yml b/.github/workflows/ci-pytorch_test-slow.yml index ebd4fac0b257c..d8dc4702ddfcf 100644 --- a/.github/workflows/ci-pytorch_test-slow.yml +++ b/.github/workflows/ci-pytorch_test-slow.yml @@ -15,7 +15,7 @@ concurrency: jobs: slow: runs-on: ${{ matrix.os }} - # if: github.event.pull_request.draft == false # FIXME + if: github.event.pull_request.draft == false strategy: fail-fast: false matrix: