File tree Expand file tree Collapse file tree 6 files changed +7
-11
lines changed
Expand file tree Collapse file tree 6 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: CI Tests
33on :
44 push :
55 branches : [ main ]
6- tags : [ v* ]
76 pull_request :
87 # The branches below must be a subset of the branches above
98 branches : [ main ]
Original file line number Diff line number Diff line change @@ -3,15 +3,12 @@ name: Run CodeQL Analysis
33on :
44 push :
55 branches : [ main ]
6- tags : [ v* ]
76 pull_request :
87 # The branches below must be a subset of the branches above
98 branches : [ main ]
109 paths-ignore : [ '**/*.md' ]
1110 merge_group :
1211 types : [ checks_requested ]
13- schedule :
14- - cron : ' 00 14 * * *' # Every morning at 7:00am PDT
1512
1613jobs :
1714 analyze :
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Emacs End-to-End Tests
33on :
44 push :
55 branches : [ main ]
6- tags : [ v* ]
76 pull_request :
87 # The branches below must be a subset of the branches above
98 branches : [ main ]
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Vim End-to-End Tests
33on :
44 push :
55 branches : [ main ]
6- tags : [ v* ]
76 pull_request :
87 # The branches below must be a subset of the branches above
98 branches : [ main ]
Original file line number Diff line number Diff line change 11name : CI-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr)
22
3+ pr : none
4+
35trigger :
4- - gh-readonly-queue/main/*
5- pr :
6- paths :
7- exclude :
8- - ' **/*.md'
6+ branches :
7+ include :
8+ - release
99
1010variables :
1111 # Don't download unneeded packages
Original file line number Diff line number Diff line change 11name : Release-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr)
22
3+ pr : none
4+
35trigger :
46 branches :
57 include :
You can’t perform that action at this time.
0 commit comments