Compare commits

..

No commits in common. "bdef7f1732be7167861d44f188c5b44733239be8" and "2b4ef8a371f7498e5926b679ab52ee6c3f77bc89" have entirely different histories.

View File

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