Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add option to disable package rebuilds and uploads #266

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

cicdguy
Copy link
Contributor

@cicdguy cicdguy commented Nov 11, 2024

This adds an option to disable package rebuilds and uploads for release events (aka when a tag is created).

Example usage:

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

@cicdguy cicdguy requested a review from pawelru November 11, 2024 16:18
@cicdguy cicdguy self-assigned this Nov 11, 2024
@cicdguy cicdguy requested a review from a team as a code owner November 11, 2024 16:18
Copy link
Contributor

@pawelru pawelru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Contributor

Unit Tests Summary

3 tests   3 ✅  6s ⏱️
3 suites  0 💤
1 files    0 ❌

Results for commit 7d64b47.

@pawelru pawelru merged commit 993d9ee into main Nov 11, 2024
26 checks passed
@pawelru pawelru deleted the feat/disable-package-rebuild branch November 11, 2024 16:25
@github-actions github-actions bot locked and limited conversation to collaborators Nov 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants