Skip to content

Commit

Permalink
Enable merge group checks for our workflows. (#14005)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
moonheart08 authored Feb 9, 2023
1 parent 8e80bba commit 202680a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand All @@ -25,6 +26,7 @@ on:
- 'RobustToolbox'
- 'RobustToolbox/**'


jobs:
build:
if: github.actor != 'PJBot' && github.event.pull_request.draft == false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-rgas.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: YAML schema validator
on:
push:
merge_group:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-rsis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: RSI Validator

on:
merge_group:
pull_request:
paths:
- '**.rsi/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate_mapfiles.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: YAML schema validator
on:
push:
merge_group:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/yaml-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: YAML Linter

on:
push:
merge_group:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]

Expand Down

0 comments on commit 202680a

Please sign in to comment.