Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add option to disable package rebuilds and uploads (#266)
This adds an option to disable package rebuilds and uploads for release events (aka when a tag is created). Example sage: ```yaml jobs: r-cmd: name: R CMD Check 🧬 uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main with: # Disable rebuild and upload disable-package-rebuild-and-upload: true ```
- Loading branch information