Skip to content

Commit

Permalink
cron at the right day
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jul 14, 2023
1 parent 5d535f6 commit 21968b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_pdf.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 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:
push:
pull_request:
schedule:
- cron: "0 0 2 * *"

name: Build PDF document

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
pull_request:
schedule:
- cron: "0 0 12 * *"
- cron: "0 0 2 * *"

name: check-links

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_code.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 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:
push:
pull_request:
schedule:
- cron: "0 0 2 * *"

name: test_code

Expand Down

0 comments on commit 21968b3

Please sign in to comment.