From 873c12c385fb2d05bb3883cf22c6167a4df6926e Mon Sep 17 00:00:00 2001 From: walkowif <59475134+walkowif@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:47:57 +0200 Subject: [PATCH] fix: disable linux r-hub check (#257) --- .github/workflows/rhub.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index ca534777..94d0cd6b 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -21,6 +21,9 @@ on: # Container-based platforms (as opposed to VM-based Windows and macOS platforms) # can be also viewed here: https://r-hub.github.io/containers/containers.html # gcc14 = r-devel-linux-x86_64-fedora-gcc + # + # "linux" check (linux (R-devel)) is temporarily disabled because of unexplained timeouts + # in setup-r-dependencies step "Modify DESCRIPTION file (development)" default: >- r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, @@ -34,7 +37,6 @@ on: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64, - linux, gcc13, noSuggests, donttest