Skip to content

Commit

Permalink
Add a scheduled (monthly) check to catch issues due to external changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tfry-git committed Jun 14, 2024
1 parent 8b90261 commit 130a778
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/package_check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: R Build and Checks
on: [push, pull_request]

on:
push:
pull_request:
schedule:
- cron: "42 3 21 * *"

jobs:
R-CMD-check:
Expand Down

0 comments on commit 130a778

Please sign in to comment.