Skip to content

Commit

Permalink
Rename check-full and check-standard for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkant committed Feb 22, 2023
1 parent e26aef1 commit 5702191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
schedule:
- cron: '0 0 * * 0'

name: R-CMD-check

name: R-CMD-check (full)
jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [main, master]

name: R-CMD-check
name: R-CMD-check (standard)

jobs:
R-CMD-check:
Expand Down

0 comments on commit 5702191

Please sign in to comment.