Skip to content

Commit a34844d

Browse files
committed
revert
1 parent 0d0840d commit a34844d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-pytorch_test-full.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
cpu:
1818
runs-on: ${{ matrix.os }}
19-
# if: github.event.pull_request.draft == false # FIXME
19+
if: github.event.pull_request.draft == false
2020
strategy:
2121
fail-fast: false
2222
matrix:

.github/workflows/ci-pytorch_test-slow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
slow:
1717
runs-on: ${{ matrix.os }}
18-
# if: github.event.pull_request.draft == false # FIXME
18+
if: github.event.pull_request.draft == false
1919
strategy:
2020
fail-fast: false
2121
matrix:

0 commit comments

Comments
 (0)