File tree Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
branches : [main, master]
9
9
10
- concurrency :
11
- group : ${{ github.workflow }}-${{ github.head_ref }}
12
- cancel-in-progress : true
13
10
14
11
name : R-CMD-check
15
12
58
55
needs : check
59
56
60
57
- uses : r-lib/actions/check-r-package@v2
58
+
59
+ concurrency :
60
+ group : ${{ github.workflow }}-${{ github.head_ref }}
61
+ cancel-in-progress : true
Original file line number Diff line number Diff line change 4
4
5
5
name : pkgdown
6
6
7
- concurrency :
8
- group : ${{ github.workflow }}-${{ github.head_ref }}
9
- cancel-in-progress : true
10
-
11
-
12
7
jobs :
13
8
pkgdown :
14
9
runs-on : macOS-latest
49
44
git config --local user.email "[email protected] "
50
45
git config --local user.name "GitHub Actions"
51
46
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)'
47
+
48
+ concurrency :
49
+ group : ${{ github.workflow }}-${{ github.head_ref }}
50
+ cancel-in-progress : true
Original file line number Diff line number Diff line change 8
8
9
9
name : test-coverage
10
10
11
- concurrency :
12
- group : ${{ github.workflow }}-${{ github.head_ref }}
13
- cancel-in-progress : true
14
-
15
-
16
11
jobs :
17
12
test-coverage :
18
13
runs-on : macOS-latest
49
44
- name : Test coverage
50
45
run : covr::codecov()
51
46
shell : Rscript {0}
47
+
48
+ concurrency :
49
+ group : ${{ github.workflow }}-${{ github.head_ref }}
50
+ cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments