Skip to content

Commit

Permalink
fix scheduled R CMD check
Browse files Browse the repository at this point in the history
  • Loading branch information
KKulma committed Jun 10, 2021
1 parent a970d82 commit 6e4325c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/scheduled-R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ on:
schedule:
- cron: "0 6 * * *"

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

name: scheduled-R-CMD-check

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}
Expand Down

0 comments on commit 6e4325c

Please sign in to comment.