Enable merge group checks for our workflows. (#14005)
* Enable merge group checks for our workflows. * Update build-test-release.yml * Update validate-rgas.yml * Update validate-rsis.yml * Update validate_mapfiles.yml * Update yaml-linter.yml * Update test-packaging.yml
This commit is contained in:
parent
8e80bbac74
commit
202680ac56
|
|
@ -13,6 +13,7 @@ on:
|
|||
# why not just do both
|
||||
- 'RobustToolbox'
|
||||
- 'RobustToolbox/**'
|
||||
merge_group:
|
||||
pull_request:
|
||||
types: [ opened, reopened, synchronize, ready_for_review ]
|
||||
branches: [ master ]
|
||||
|
|
@ -25,6 +26,7 @@ on:
|
|||
- 'RobustToolbox'
|
||||
- 'RobustToolbox/**'
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: github.actor != 'PJBot' && github.event.pull_request.draft == false
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ on:
|
|||
# why not just do both
|
||||
- 'RobustToolbox'
|
||||
- 'RobustToolbox/**'
|
||||
merge_group:
|
||||
pull_request:
|
||||
types: [ opened, reopened, synchronize, ready_for_review ]
|
||||
branches: [ master ]
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ on:
|
|||
# why not just do both
|
||||
- 'RobustToolbox'
|
||||
- 'RobustToolbox/**'
|
||||
merge_group:
|
||||
pull_request:
|
||||
types: [ opened, reopened, synchronize, ready_for_review ]
|
||||
branches: [ master ]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
name: YAML schema validator
|
||||
on:
|
||||
push:
|
||||
merge_group:
|
||||
pull_request:
|
||||
types: [ opened, reopened, synchronize, ready_for_review ]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
name: RSI Validator
|
||||
|
||||
on:
|
||||
merge_group:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.rsi/**'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
name: YAML schema validator
|
||||
on:
|
||||
push:
|
||||
merge_group:
|
||||
pull_request:
|
||||
types: [ opened, reopened, synchronize, ready_for_review ]
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ name: YAML Linter
|
|||
|
||||
on:
|
||||
push:
|
||||
merge_group:
|
||||
pull_request:
|
||||
types: [ opened, reopened, synchronize, ready_for_review ]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue