Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Aug 6, 2022
1 parent 0d0840d commit a34844d
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-pytorch_test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pytorch_test-slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a34844d

Please sign in to comment.