Skip to content

Commit d9a4b0b

Browse files
committed
Disable ADO CI for PRs
In favor of GitHub Actions.
1 parent 9867f22 commit d9a4b0b

File tree

6 files changed

+7
-11
lines changed

6 files changed

+7
-11
lines changed

.github/workflows/ci-test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: CI Tests
33
on:
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 ]

.github/workflows/codeql-analysis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ name: Run CodeQL Analysis
33
on:
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

1613
jobs:
1714
analyze:

.github/workflows/emacs-test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Emacs End-to-End Tests
33
on:
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 ]

.github/workflows/vim-test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Vim End-to-End Tests
33
on:
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 ]

.vsts-ci/azure-pipelines-ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: CI-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr)
22

3+
pr: none
4+
35
trigger:
4-
- gh-readonly-queue/main/*
5-
pr:
6-
paths:
7-
exclude:
8-
- '**/*.md'
6+
branches:
7+
include:
8+
- release
99

1010
variables:
1111
# Don't download unneeded packages

.vsts-ci/azure-pipelines-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Release-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr)
22

3+
pr: none
4+
35
trigger:
46
branches:
57
include:

0 commit comments

Comments
 (0)