Skip to content

Commit

Permalink
enable triggering GHA on workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Nov 9, 2023
1 parent 1085be5 commit 9b80734
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CRAN-R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
schedule:
# runs tests every day at 1am EST
- cron: '0 5 * * *'
workflow_dispatch:

name: CRAN-R-CMD-check

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/GH-R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
schedule:
# runs tests every day at 1am EST
- cron: '0 5 * * *'
workflow_dispatch:

name: GH-R-CMD-check

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spark-R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
schedule:
# runs tests every day at 1am EST
- cron: '0 5 * * *'
workflow_dispatch:

name: spark-R-CMD-check

Expand Down

0 comments on commit 9b80734

Please sign in to comment.