Fix typechecker - update mismatched type in DiscoverScheduleEntity (#6227)

* Fix typechecker - update mismatched type in DiscoverScheduleEntity

* Add merge_group to GitHub Actions workflows for better concurrency management
This commit is contained in:
Matiss Janis Aboltins
2025-11-22 16:20:11 +00:00
committed by GitHub
parent 6f17ee17ca
commit 4081a6f5e5
4 changed files with 9 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ on:
branches:
- master
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

View File

@@ -5,6 +5,7 @@ on:
branches:
- master
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}