Skip to content

Commit

Permalink
run only on a weekly schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Apr 26, 2024
1 parent 76e7bad commit 12d84b7
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-check-hard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-link-rot.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-random-test-order.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-spelling.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-styling.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-test-warnings.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-vignette-warnings.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/html-5-check.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pkgdown-no-suggests.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-coverage-examples.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 12d84b7

Please sign in to comment.