Check against released dependencies #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check against released dependencies | |
| on: | |
| schedule: | |
| - cron: '0 3 * * *' # Run at 3 AM UTC daily (after renv nightly at 2 AM) | |
| workflow_dispatch: | |
| permissions: read-all | |
| jobs: | |
| check-released-deps: | |
| uses: Open-Systems-Pharmacology/Workflows/.github/workflows/R-CMD-check-released-deps.yaml@main | |
| secrets: inherit |