Compare commits

..

No commits in common. "4d846287e8f8c1f9a0ddebe916209f5c781de60b" and "bdd3293c65568b2e26ce1d0d7e951f6cd712c3c5" have entirely different histories.

View File

@ -2,14 +2,9 @@ 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