Skip to content

Commit

Permalink
ci(actions): Remove scheduled runs
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjp committed Sep 8, 2023
1 parent 9febc5e commit fbde19d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check-develop.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check-main.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fbde19d

Please sign in to comment.