Skip to content

Commit

Permalink
option of starting workflows manually
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacko committed Feb 6, 2025
1 parent 7b6fad5 commit c8e7992
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ on:
branches:
- master
- main

# 2) every 4th day of month at CET noon last commit on default branch (i.e. master)
schedule:
- cron: "0 11 4 * *"
# 3) manual trigger option...
worflow_dispatch:

name: R-CMD-check

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# 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:
# either: pull request to master opened
pull_request:
types:
- opened
branches:
- master
# or: manual trigger from GitHub pages
workflow_dispatch:

name: test-coverage

Expand Down

0 comments on commit c8e7992

Please sign in to comment.