Add merge group functionality to unit tests.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik
2024-11-06 10:43:39 -05:00
committed by Satadru Pramanik, DO, MPH, MEng
parent e79fb7b14f
commit 8c31114565
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ name: Linter-Handoff
on:
pull_request:
branches: [master]
merge_group:
jobs:
handoff:
runs-on: ubuntu-latest

View File

@@ -3,6 +3,7 @@ name: Run Unit Tests on PR
on:
pull_request:
branches: [master]
merge_group:
jobs:
container_tests:
strategy: