From 4605f06eef4e4ab9b1a4d0b51bb23bba58a9e4fe Mon Sep 17 00:00:00 2001 From: Stella Date: Fri, 25 Aug 2023 13:20:45 +0200 Subject: [PATCH] Do not run R-CMD-check workflow daily --- .github/workflows/R-CMD-check.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index f5c8aa2..41c23e3 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -1,8 +1,6 @@ # For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag. # https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions on: - schedule: - - cron: "0 0 * * *" push: branches: - main