mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 12:59:26 +00:00
Add condition to skip tests for draft pull requests
This commit is contained in:
1
.github/workflows/run-unit-tests.yml
vendored
1
.github/workflows/run-unit-tests.yml
vendored
@@ -7,6 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
run-unit-tests:
|
||||
if: github.event.pull_request.draft == false
|
||||
name: run-unit-tests
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
|
Reference in New Issue
Block a user