don't run changelog/public-docs CI checks on merge_group Github events (#1388)
They don't appear to work properly there:  
This commit is contained in:
parent
4c231e4a01
commit
ec9a4b2575
2 changed files with 0 additions and 8 deletions
|
|
@ -6,10 +6,6 @@ on:
|
|||
branches:
|
||||
- main
|
||||
- dev
|
||||
# You can use the merge_group event to trigger your GitHub Actions workflow when
|
||||
# a pull request is added to a merge queue
|
||||
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions
|
||||
merge_group:
|
||||
|
||||
jobs:
|
||||
verfiy-changelog-updated:
|
||||
|
|
|
|||
|
|
@ -6,10 +6,6 @@ on:
|
|||
branches:
|
||||
- main
|
||||
- dev
|
||||
# You can use the merge_group event to trigger your GitHub Actions workflow when
|
||||
# a pull request is added to a merge queue
|
||||
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions
|
||||
merge_group:
|
||||
|
||||
jobs:
|
||||
verify-public-docs-updated:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue