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