We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0840d commit a34844dCopy full SHA for a34844d
.github/workflows/ci-pytorch_test-full.yml
@@ -16,7 +16,7 @@ jobs:
16
17
cpu:
18
runs-on: ${{ matrix.os }}
19
- # if: github.event.pull_request.draft == false # FIXME
+ if: github.event.pull_request.draft == false
20
strategy:
21
fail-fast: false
22
matrix:
.github/workflows/ci-pytorch_test-slow.yml
@@ -15,7 +15,7 @@ concurrency:
15
jobs:
slow:
0 commit comments