From 12d84b7863f5dfd084429f7490d4fb48f5210733 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Fri, 26 Apr 2024 12:48:15 +0200 Subject: [PATCH] run only on a weekly schedule --- .github/workflows/R-CMD-check-hard.yaml | 2 -- .github/workflows/check-link-rot.yaml | 2 -- .github/workflows/check-random-test-order.yaml | 2 -- .github/workflows/check-readme.yaml | 2 -- .github/workflows/check-spelling.yaml | 2 -- .github/workflows/check-styling.yaml | 2 -- .github/workflows/check-test-warnings.yaml | 2 -- .github/workflows/check-vignette-warnings.yaml | 2 -- .github/workflows/html-5-check.yaml | 2 -- .github/workflows/pkgdown-no-suggests.yaml | 2 -- .github/workflows/test-coverage-examples.yaml | 2 -- 11 files changed, 22 deletions(-) diff --git a/.github/workflows/R-CMD-check-hard.yaml b/.github/workflows/R-CMD-check-hard.yaml index b8a8594a2..841ddad0c 100644 --- a/.github/workflows/R-CMD-check-hard.yaml +++ b/.github/workflows/R-CMD-check-hard.yaml @@ -7,8 +7,6 @@ # never used to avoid accidentally restoring a cache containing a suggested # dependency. on: - push: - branches: [main] schedule: # * is a special character in YAML so you have to quote this string # Trigger once a week at 00:00 on Sunday diff --git a/.github/workflows/check-link-rot.yaml b/.github/workflows/check-link-rot.yaml index cef86d277..f5f3c577e 100644 --- a/.github/workflows/check-link-rot.yaml +++ b/.github/workflows/check-link-rot.yaml @@ -1,6 +1,4 @@ on: - push: - branches: [main] schedule: # * is a special character in YAML so you have to quote this string # Trigger once a week at 00:00 on Sunday diff --git a/.github/workflows/check-random-test-order.yaml b/.github/workflows/check-random-test-order.yaml index c26259279..3c54118f7 100644 --- a/.github/workflows/check-random-test-order.yaml +++ b/.github/workflows/check-random-test-order.yaml @@ -1,7 +1,5 @@ # Run tests in random order on: - push: - branches: [main] schedule: # * is a special character in YAML so you have to quote this string # Trigger once a week at 00:00 on Sunday diff --git a/.github/workflows/check-readme.yaml b/.github/workflows/check-readme.yaml index 8e99b3c23..1e9395408 100644 --- a/.github/workflows/check-readme.yaml +++ b/.github/workflows/check-readme.yaml @@ -2,8 +2,6 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: - push: - branches: [main] schedule: # * is a special character in YAML so you have to quote this string # Trigger once a week at 00:00 on Sunday diff --git a/.github/workflows/check-spelling.yaml b/.github/workflows/check-spelling.yaml index 9def1c659..c73af3d11 100644 --- a/.github/workflows/check-spelling.yaml +++ b/.github/workflows/check-spelling.yaml @@ -1,6 +1,4 @@ on: - push: - branches: [main] schedule: # * is a special character in YAML so you have to quote this string # Trigger once a week at 00:00 on Sunday diff --git a/.github/workflows/check-styling.yaml b/.github/workflows/check-styling.yaml index cfa17ff44..ac432f56e 100644 --- a/.github/workflows/check-styling.yaml +++ b/.github/workflows/check-styling.yaml @@ -1,6 +1,4 @@ on: - push: - branches: [main] schedule: # * is a special character in YAML so you have to quote this string # Trigger once a week at 00:00 on Sunday diff --git a/.github/workflows/check-test-warnings.yaml b/.github/workflows/check-test-warnings.yaml index afeb50f5c..790959820 100644 --- a/.github/workflows/check-test-warnings.yaml +++ b/.github/workflows/check-test-warnings.yaml @@ -1,7 +1,5 @@ # Running tests with options(warn = 2) to fail on test warnings on: - push: - branches: [main] schedule: # * is a special character in YAML so you have to quote this string # Trigger once a week at 00:00 on Sunday diff --git a/.github/workflows/check-vignette-warnings.yaml b/.github/workflows/check-vignette-warnings.yaml index 6ad72fde7..7c78acfd1 100644 --- a/.github/workflows/check-vignette-warnings.yaml +++ b/.github/workflows/check-vignette-warnings.yaml @@ -1,7 +1,5 @@ # Running tests with options(warn = 2) to fail on test warnings on: - push: - branches: [main] schedule: # * is a special character in YAML so you have to quote this string # Trigger once a week at 00:00 on Sunday diff --git a/.github/workflows/html-5-check.yaml b/.github/workflows/html-5-check.yaml index 4dff0d144..fd5c2894e 100644 --- a/.github/workflows/html-5-check.yaml +++ b/.github/workflows/html-5-check.yaml @@ -1,8 +1,6 @@ # Workflow derived from https://github.com/r-lib/actions/tree/v2/examples # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: - push: - branches: [main] schedule: # * is a special character in YAML so you have to quote this string # Trigger once a week at 00:00 on Sunday diff --git a/.github/workflows/pkgdown-no-suggests.yaml b/.github/workflows/pkgdown-no-suggests.yaml index 366a4cf43..c13c7837b 100644 --- a/.github/workflows/pkgdown-no-suggests.yaml +++ b/.github/workflows/pkgdown-no-suggests.yaml @@ -1,6 +1,4 @@ on: - push: - branches: [main] schedule: # * is a special character in YAML so you have to quote this string # Trigger once a week at 00:00 on Sunday diff --git a/.github/workflows/test-coverage-examples.yaml b/.github/workflows/test-coverage-examples.yaml index 5d8bd1185..7c53181b2 100644 --- a/.github/workflows/test-coverage-examples.yaml +++ b/.github/workflows/test-coverage-examples.yaml @@ -1,8 +1,6 @@ # Workflow derived from https://github.com/r-lib/actions/tree/v2/examples # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: - push: - branches: [main] schedule: # * is a special character in YAML so you have to quote this string # Trigger once a week at 00:00 on Sunday