From 1a96b7bf133dc7b2b636a86e288524f5bb5b9312 Mon Sep 17 00:00:00 2001 From: Kamil Slowikowski Date: Thu, 12 Oct 2023 13:31:06 -0400 Subject: [PATCH] only use rhub to run valgrind --- .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 c35c036..d8a8260 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' + default: 'valgrind' name: description: 'Run name. You can leave this empty now.' type: string