We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e251a commit 90c6fe1Copy full SHA for 90c6fe1
.github/workflows/R-CMD-check.yaml
@@ -134,7 +134,8 @@ jobs:
134
135
- id: versions-matrix
136
# Only run for:
137
- # - pull requests if the base repo is different from the head repo and the branch name does not start with "cran-"
+ # - pull requests if the base repo is different from the head repo
138
+ # - pull requests if the branch name starts with "cran-"
139
# Do not run for:
140
# - workflow_dispatch if not requested
141
# Always run for other events.
0 commit comments