Skip to content

Commit

Permalink
corrige ci pour PR
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-lamarche committed Dec 22, 2024
1 parent 780c998 commit 1ea5c1e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag.
# https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions
name: R-CMD-check

on:
push:
branches:
Expand All @@ -8,8 +10,6 @@ on:
branches:
- '**'

name: R-CMD-check

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: build-artifacts
on:
push:
branches: [main, master]
pull request:
branches: [main, master]

jobs:
build-artifacts:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
name: pkgdown.yaml

on:
push:
branches: [main, master]
pull_request:
release:
types: [published]
workflow_dispatch:

name: pkgdown.yaml

permissions: read-all

jobs:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: test-coverage

on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

name: test-coverage

jobs:
test-coverage:
Expand Down

0 comments on commit 1ea5c1e

Please sign in to comment.