From fbde19d5666acda207ec28e642cc8512bb9e0233 Mon Sep 17 00:00:00 2001 From: "James P. Howard, II" Date: Thu, 7 Sep 2023 22:27:55 -0400 Subject: [PATCH] ci(actions): Remove scheduled runs --- .github/workflows/check-develop.yaml | 2 -- .github/workflows/check-main.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/check-develop.yaml b/.github/workflows/check-develop.yaml index b5ad7c9..aa7ebdd 100644 --- a/.github/workflows/check-develop.yaml +++ b/.github/workflows/check-develop.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: '15 1 * * *' push: branches: - develop diff --git a/.github/workflows/check-main.yaml b/.github/workflows/check-main.yaml index 8757b34..174fb11 100644 --- a/.github/workflows/check-main.yaml +++ b/.github/workflows/check-main.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 1 * * *' push: branches: - main