From 76c4de74b967ed1f90825953b2d9db519400b858 Mon Sep 17 00:00:00 2001 From: Kamil Slowikowski Date: Thu, 12 Oct 2023 13:30:03 -0400 Subject: [PATCH] only use rhub with linux --- .github/workflows/rhub.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index 48b12a4..c35c036 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -15,7 +15,7 @@ on: config: description: 'A comma separated list of R-hub platforms to use.' type: string - default: 'linux,windows,macos' + default: 'linux' name: description: 'Run name. You can leave this empty now.' type: string