Skip to content

Commit a062a74

Browse files
authored
Merge pull request #584 from duckdb/actions-sync-update
ci: Latest changes
2 parents 3e7db08 + bb9a5fc commit a062a74

File tree

4 files changed

+25
-412
lines changed

4 files changed

+25
-412
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
cache-version: rcc-smoke-2
107107
needs: check, website
108108
# Beware of using dev pkgdown here, has brought in dev dependencies in the past
109-
extra-packages: any::rcmdcheck r-lib/roxygen2 any::decor r-lib/styler r-lib/pkgdown@f-readme-tweak deps::.
109+
extra-packages: any::rcmdcheck r-lib/roxygen2 any::decor r-lib/styler r-lib/pkgdown deps::.
110110

111111
- name: Install package
112112
run: |
@@ -267,6 +267,8 @@ jobs:
267267
with:
268268
results: ${{ runner.os }}-r${{ matrix.r }}
269269

270+
# The status update is taken care of by R-CMD-check-status.yaml
271+
270272
rcc-suggests:
271273
needs:
272274
- rcc-smoke
@@ -340,3 +342,5 @@ jobs:
340342
- uses: ./.github/workflows/check
341343
with:
342344
results: ${{ matrix.package }}
345+
346+
# The status update is taken care of by R-CMD-check-status.yaml

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
install-r: false
4343
cache-version: pkgdown-2
4444
needs: website
45-
extra-packages: r-lib/pkgdown@f-readme-tweak local::.
45+
extra-packages: r-lib/pkgdown local::.
4646

4747
- uses: ./.github/workflows/custom/after-install
4848
if: hashFiles('.github/workflows/custom/after-install/action.yml') != ''

0 commit comments

Comments
 (0)