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: