diff --git a/.Rbuildignore b/.Rbuildignore index 590b3775..dbb1c36e 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -45,3 +45,5 @@ coverage.* ^\.pre-commit-config\.yaml$ data-raw/data.R ^pkgdown$ +^revdeprefs\.yaml$ +^revdep$ diff --git a/.github/workflows/on-demand.yaml b/.github/workflows/on-demand.yaml new file mode 100644 index 00000000..02843bb3 --- /dev/null +++ b/.github/workflows/on-demand.yaml @@ -0,0 +1,12 @@ +--- +name: On-demand 🧑‍đŸ”Ŧ + +on: + schedule: + - cron: '45 3 * * 0' + workflow_dispatch: + +jobs: + revdepcheck: + name: revdepcheck ↩ī¸ + uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main