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