File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Daily project check
2
2
3
3
on :
4
4
schedule :
5
- # build runs everyday at 6AM UTC
6
- - cron : ' 0 6 * * * '
5
+ # build runs every weekday at 5AM UTC
6
+ - cron : ' 0 5 * * 1-5 '
7
7
8
8
jobs :
9
9
build :
12
12
13
13
strategy :
14
14
matrix :
15
- node-version : [10.x, 12.x]
15
+ node-version : [12.x]
16
16
os : [ubuntu-latest, windows-latest, macOS-latest]
17
17
18
18
steps :
46
46
# npm i
47
47
# npm run test:e2e
48
48
# env:
49
- # BROWSER: chrome
49
+ # BROWSER: chrome
Original file line number Diff line number Diff line change @@ -2,7 +2,11 @@ name: Project check
2
2
3
3
on :
4
4
push :
5
+ branches :
6
+ - master
5
7
pull_request :
8
+ branches :
9
+ - master
6
10
7
11
jobs :
8
12
build :
11
15
12
16
strategy :
13
17
matrix :
14
- node-version : [10 .x, 12 .x]
18
+ node-version : [12 .x, 14 .x]
15
19
os : [ubuntu-latest, windows-latest, macOS-latest]
16
20
17
21
steps :
45
49
# npm i
46
50
# npm run test:e2e
47
51
# env:
48
- # BROWSER: chrome
52
+ # BROWSER: chrome
You can’t perform that action at this time.
0 commit comments