Skip to content

Commit c3b0981

Browse files
committed
turn off r cmd check action
1 parent d515bc1 commit c3b0981

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
4-
push:
5-
pull_request:
4+
workflow_dispatch:
65

76
name: R-CMD-check.yaml
87

0 commit comments

Comments
 (0)