Skip to content

Commit

Permalink
Remove schedule from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Sep 12, 2024
1 parent 6cc5058 commit 2b93885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches: [main, rc-**]
pull_request:
branches: [main]
schedule:
- cron: '0 8 * * 1' # every monday
# schedule:
# - cron: '0 8 * * 1' # every monday

name: Package checks

Expand Down

0 comments on commit 2b93885

Please sign in to comment.