Compare commits

...

6 Commits

Author SHA1 Message Date
34cff9f05e
Merge branch 'main' into update_frame_init 2025-05-02 23:38:42 +01:00
ccab83e501
Merge pull request #32 from Magnus167/bugfix/wkflow
Add pull request types for unit test workflow
2025-05-02 23:38:31 +01:00
Palash Tyagi
9209579a65 testing commit 2025-05-02 23:36:54 +01:00
Palash Tyagi
55a3c788ea Add concurrency settings to unit test workflow 2025-05-02 23:36:30 +01:00
Palash Tyagi
44e15ae489 Update pull request types in workflow trigger for unit tests 2025-05-02 23:35:54 +01:00
Palash Tyagi
cf6cd18fad Add pull request types to workflow trigger for unit tests 2025-05-02 23:33:39 +01:00

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