File tree 4 files changed +12
-16
lines changed
4 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 2
2
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3
3
on :
4
4
push :
5
- branches : [ main, master]
5
+ branches : main
6
6
pull_request :
7
- branches : [main, master]
7
+ branches : main
8
+ workflow_dispatch :
8
9
9
10
name : R-CMD-check
10
11
25
26
- {os: ubuntu-latest, r: 'oldrel-1'}
26
27
27
28
env :
28
- GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
29
29
R_KEEP_PKG_SOURCE : yes
30
30
31
31
steps :
Original file line number Diff line number Diff line change 2
2
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3
3
on :
4
4
push :
5
- branches : [ main, master]
5
+ branches : main
6
6
pull_request :
7
- branches : [main, master]
7
+ branches : main
8
+ workflow_dispatch :
8
9
9
10
name : lint
10
11
11
12
jobs :
12
13
lint :
13
14
runs-on : ubuntu-latest
14
- env :
15
- GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
16
15
steps :
17
16
- uses : actions/checkout@v3
18
17
Original file line number Diff line number Diff line change 2
2
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3
3
on :
4
4
push :
5
- branches : [ main, master]
5
+ branches : main
6
6
pull_request :
7
- branches : [ main, master]
7
+ branches : main
8
8
release :
9
9
types : [published]
10
10
workflow_dispatch :
17
17
# Only restrict concurrency for non-PR jobs
18
18
concurrency :
19
19
group : pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
20
- env :
21
- GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
22
20
permissions :
23
21
contents : write
24
22
steps :
40
38
shell : Rscript {0}
41
39
42
40
- name : Deploy to GitHub pages 🚀
43
- if : github.event_name != 'pull_request'
41
+ if : github.repository_owner == 'Merck' && github. event_name != 'pull_request'
44
42
45
43
with :
46
44
clean : false
Original file line number Diff line number Diff line change 2
2
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3
3
on :
4
4
push :
5
- branches : [ main, master]
5
+ branches : main
6
6
pull_request :
7
- branches : [main, master]
7
+ branches : main
8
+ workflow_dispatch :
8
9
9
10
name : test-coverage
10
11
11
12
jobs :
12
13
test-coverage :
13
14
runs-on : ubuntu-latest
14
- env :
15
- GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
16
15
17
16
steps :
18
17
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments