Skip to content

Commit 1ea5c1e

Browse files
corrige ci pour PR
1 parent 780c998 commit 1ea5c1e

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag.
22
# https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions
3+
name: R-CMD-check
4+
35
on:
46
push:
57
branches:
@@ -8,8 +10,6 @@ on:
810
branches:
911
- '**'
1012

11-
name: R-CMD-check
12-
1313
jobs:
1414
R-CMD-check:
1515
runs-on: ${{ matrix.config.os }}

.github/workflows/build-artifacts.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: build-artifacts
33
on:
44
push:
55
branches: [main, master]
6-
pull request:
7-
branches: [main, master]
86

97
jobs:
108
build-artifacts:

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
3+
name: pkgdown.yaml
4+
35
on:
46
push:
57
branches: [main, master]
6-
pull_request:
78
release:
89
types: [published]
910
workflow_dispatch:
1011

11-
name: pkgdown.yaml
12-
1312
permissions: read-all
1413

1514
jobs:

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1+
name: test-coverage
2+
13
on:
24
push:
35
branches:
46
- main
57
- master
6-
pull_request:
7-
branches:
8-
- main
9-
- master
10-
11-
name: test-coverage
128

139
jobs:
1410
test-coverage:

0 commit comments

Comments
 (0)