Skip to content

Commit 90c6fe1

Browse files
committed
ci: Fix comment
1 parent 00e251a commit 90c6fe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ jobs:
134134

135135
- id: versions-matrix
136136
# 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-"
137+
# - pull requests if the base repo is different from the head repo
138+
# - pull requests if the branch name starts with "cran-"
138139
# Do not run for:
139140
# - workflow_dispatch if not requested
140141
# Always run for other events.

0 commit comments

Comments
 (0)