Skip to content

Commit

Permalink
On completed R CMD check only
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Jun 27, 2024
1 parent 9eb2c1d commit dc37d90
Showing 1 changed file with 7 additions and 38 deletions.
45 changes: 7 additions & 38 deletions .github/workflows/revdepcheck.yml
Original file line number Diff line number Diff line change
@@ -1,46 +1,15 @@
name: rev-dep-check

on:
workflow_dispatch:
workflow_run:
workflows: ["R-CMD-check"]
types:
- completed
push:
branches:
- main
- master
paths-ignore:
- "Meta**"
- "docs**"
- "inst**"
- "man**"
- "man-roxygen**"
- "memcheck**"
- "tests**"
- "vignettes**"
- "**.git"
- "**.json"
- "**.md"
- "**.yml"
- "!**revdepcheck.yml"
- "**.R[dD]ata"
- "**.Rpro*"
paths: "**revdepcheck.yml"
pull_request:
branches:
- main
- master
paths-ignore:
- "Meta**"
- "docs**"
- "inst**"
- "man**"
- "man-roxygen**"
- "memcheck**"
- "tests**"
- "vignettes**"
- "**.git"
- "**.json"
- "**.md"
- "**.yml"
- "!**revdepcheck.yml"
- "**.R[dD]ata"
- "**.Rpro*"
paths: "**revdepcheck.yml"

jobs:
mem-check:
Expand Down

0 comments on commit dc37d90

Please sign in to comment.