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:
Moony
2023-02-09 10:35:34 -06:00
committed by GitHub
parent 8e80bbac74
commit 202680ac56
7 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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 ]

View File

@@ -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 ]

View File

@@ -1,6 +1,7 @@
name: YAML schema validator
on:
push:
merge_group:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]

View File

@@ -1,6 +1,7 @@
name: RSI Validator
on:
merge_group:
pull_request:
paths:
- '**.rsi/**'

View File

@@ -1,6 +1,7 @@
name: YAML schema validator
on:
push:
merge_group:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]

View File

@@ -2,6 +2,7 @@ name: YAML Linter
on:
push:
merge_group:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]