1
0
Jonathan Kelley 1 жил өмнө
parent
commit
e5341bd330

+ 1 - 0
.github/workflows/main.yml

@@ -173,6 +173,7 @@ jobs:
 
   matrix_test:
     runs-on: ${{ matrix.platform.os }}
+    if: github.event.pull_request.draft == false
     env:
       RUST_CARGO_COMMAND: ${{ matrix.platform.cross == true && 'cross' || 'cargo' }}
     strategy: