Add condition to skip tests for draft pull requests

This commit is contained in:
Palash Tyagi 2025-05-01 01:02:03 +01:00
parent 7a55396cf3
commit dab2c758e6

View File

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