Merge pull request #32 from Magnus167/bugfix/wkflow

Add pull request types for unit test workflow
This commit is contained in:
Palash Tyagi 2025-05-02 23:38:31 +01:00 committed by GitHub
commit ccab83e501
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,9 +2,14 @@ name: run-unit-tests
on:
pull_request:
types: [review_requested, ready_for_review, synchronize, opened, reopened]
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run-unit-tests:
if: github.event.pull_request.draft == false