We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867510d commit 802fea0Copy full SHA for 802fea0
.github/workflows/codeql-analysis.yml
@@ -8,6 +8,8 @@ on:
8
# The branches below must be a subset of the branches above
9
branches: [ main ]
10
paths-ignore: [ '**/*.md' ]
11
+ merge_group:
12
+ types: [ checks_requested ]
13
schedule:
14
- cron: '00 14 * * *' # Every morning at 7:00am PDT
15
.vsts-ci/azure-pipelines-ci.yml
@@ -1,7 +1,7 @@
1
name: CI-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr)
2
3
trigger:
4
- - main
+ - gh-readonly-queue/main
5
pr:
6
paths:
7
exclude:
.vsts-ci/misc-analysis.yml
@@ -1,6 +1,7 @@
name: Misc-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr)
-trigger: none
+trigger:
0 commit comments