Skip to content

Commit

Permalink
ci: disable rebuild (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru authored Nov 11, 2024
1 parent 300a99f commit 7e482e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
skip-desc-dev: true
repository-list: "r-universe-dev=https://pharmaverse.r-universe.dev/, PPM=PPM@latest"
cache-version: "dev"
disable-package-rebuild-and-upload: true
r-cmd-stable:
if: github.event_name != 'push'
name: R CMD Check (stable) 🧬
Expand All @@ -73,6 +74,7 @@ jobs:
skip-desc-branch: true
repository-list: "r-universe-stable=https://insightsengineering.r-universe.dev/, PPM=PPM@latest"
cache-version: "stable"
disable-package-rebuild-and-upload: true
linter:
if: github.event_name != 'push'
name: SuperLinter 🦸‍♀️
Expand Down

0 comments on commit 7e482e6

Please sign in to comment.