Enable merge queues (#10515)
* Enable merge queues * Iterate * Iterate * iterate * Fix check blocked and others not running in MQ * Add concurrency * Iterate * Iterate * Iterate * Iterate * Update pr-details action
This commit is contained in:
parent
7321277ed8
commit
b73032145d
4 changed files with 28 additions and 2 deletions
2
.github/workflows/static_analysis.yaml
vendored
2
.github/workflows/static_analysis.yaml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Static Analysis
|
||||
on:
|
||||
pull_request: {}
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
push:
|
||||
branches: [develop, master]
|
||||
repository_dispatch:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue