From 3572c6e70589007ed682fc97964274b53ee714c0 Mon Sep 17 00:00:00 2001 From: awaelchli Date: Sat, 13 Jul 2024 01:57:44 +0200 Subject: [PATCH] revert skip --- .github/workflows/ci-tests-fabric.yml | 2 +- .github/workflows/ci-tests-pytorch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests-fabric.yml b/.github/workflows/ci-tests-fabric.yml index d1f6dd4462410..6fb6d1ac886ba 100644 --- a/.github/workflows/ci-tests-fabric.yml +++ b/.github/workflows/ci-tests-fabric.yml @@ -34,7 +34,7 @@ defaults: jobs: fabric-cpu: runs-on: ${{ matrix.os }} - # if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false strategy: fail-fast: false matrix: diff --git a/.github/workflows/ci-tests-pytorch.yml b/.github/workflows/ci-tests-pytorch.yml index 5d6e8225c64ad..9b23a1e0e0241 100644 --- a/.github/workflows/ci-tests-pytorch.yml +++ b/.github/workflows/ci-tests-pytorch.yml @@ -38,7 +38,7 @@ defaults: jobs: pl-cpu: runs-on: ${{ matrix.os }} - # if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false strategy: fail-fast: false matrix: