Merge branch 'main' into date_utils

This commit is contained in:
Palash Tyagi 2025-05-02 23:38:53 +01:00 committed by GitHub
commit bdef7f1732
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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