Skip to content

Commit

Permalink
revert skip
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Jul 12, 2024
1 parent 36e13e5 commit 3572c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3572c6e

Please sign in to comment.