Dont run matrix on draft

This commit is contained in:
Jonathan Kelley 2024-01-08 15:29:20 -08:00
parent 3aabaa8c8f
commit e5341bd330
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -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: