Skip to content

Commit 2ba76fc

Browse files
authored
skip heavy tests for draft (#913)
1 parent e51786d commit 2ba76fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ on:
2828
jobs:
2929
test:
3030
runs-on: ubuntu-latest
31+
if: github.event.pull_request.draft == false
3132
timeout-minutes: 120
3233
strategy:
3334
fail-fast: false

0 commit comments

Comments
 (0)