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