diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fcc259678..4f1d2b042 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -8,6 +8,8 @@ on: # The branches below must be a subset of the branches above branches: [ main ] paths-ignore: [ '**/*.md' ] + merge_group: + types: [ checks_requested ] schedule: - cron: '00 14 * * *' # Every morning at 7:00am PDT diff --git a/.github/workflows/emacs-test.yml b/.github/workflows/emacs-test.yml index d244a16a2..338b7c1b7 100644 --- a/.github/workflows/emacs-test.yml +++ b/.github/workflows/emacs-test.yml @@ -8,6 +8,8 @@ on: # The branches below must be a subset of the branches above branches: [ main ] paths-ignore: [ '**/*.md' ] + merge_group: + types: [ checks_requested ] jobs: test: diff --git a/.github/workflows/vim-test.yml b/.github/workflows/vim-test.yml index 387a98e00..e529f3b14 100644 --- a/.github/workflows/vim-test.yml +++ b/.github/workflows/vim-test.yml @@ -8,6 +8,8 @@ on: # The branches below must be a subset of the branches above branches: [ main ] paths-ignore: [ '**/*.md' ] + merge_group: + types: [ checks_requested ] jobs: test: diff --git a/.vsts-ci/azure-pipelines-ci.yml b/.vsts-ci/azure-pipelines-ci.yml index c76a32ba3..64f10d89f 100644 --- a/.vsts-ci/azure-pipelines-ci.yml +++ b/.vsts-ci/azure-pipelines-ci.yml @@ -1,4 +1,11 @@ -name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr) +name: CI-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr) + +trigger: + - gh-readonly-queue/main/* +pr: + paths: + exclude: + - '**/*.md' variables: # Don't download unneeded packages diff --git a/.vsts-ci/misc-analysis.yml b/.vsts-ci/misc-analysis.yml index 86b0b5840..3c79fceec 100644 --- a/.vsts-ci/misc-analysis.yml +++ b/.vsts-ci/misc-analysis.yml @@ -1,12 +1,11 @@ -name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr) +name: Misc-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr) trigger: - branches: - include: - - main - + - gh-readonly-queue/main/* pr: -- main + paths: + exclude: + - '**/*.md' resources: repositories: