Skip to content

Commit

Permalink
ignore more files to reduce runs of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA committed Jun 29, 2022
1 parent fb1eabe commit 3cbd0ca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/call-calc-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,20 @@ on:
- 'docs/**'
- '**.md'
- '**.MD'
- DESCRIPTION
- '.gitignore'
- '.Rbuildignore'
- 'JOSS/**'
pull_request:
paths-ignore:
- '.github/**'
- 'docs/**'
- '**.md'
- '**.MD'
- 'DESCRIPTION'
- '.gitignore'
- '.Rbuildignore'
= 'JOSS/**'
jobs:
call-workflow:
uses: nmfs-fish-tools/ghactions4r/.github/workflows/calc-coverage.yml@main
3 changes: 3 additions & 0 deletions .github/workflows/call-doc-and-style-r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- '**.md'
- '**.MD'
- '.gitignore'
- '.Rbuildignore'
- 'JOSS/**'
pull_request:
name: call-doc-and-style-r
jobs:
call-workflow:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/call-r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- '**.md'
- '**.MD'
- '.gitignore'
- '.Rbuildignore'
- 'JOSS/**'
pull_request:
pull_request:
workflow_dispatch:
schedule:
Expand Down

0 comments on commit 3cbd0ca

Please sign in to comment.