Skip to content

Commit c6fa899

Browse files
committed
Improve wording to describe how it is done and the function being rewritten
1 parent 626121f commit c6fa899

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@ on:
250250
description: |
251251
Should shinytests2 tests only run per modified corresponding R file in R/ folder?
252252
If enabled and there is a module modificated only that shinytest2 file will be tested.
253-
Can be ignored if used [run-all-tests] on the commit message.
253+
Might not apply to most packages! Because it replaces skip_if_too_deep(5) to skip_if_too_deep(3).
254+
Will be ignored if the commit message contains [run-all-tests].
254255
required: false
255256
type: boolean
256257
default: false

0 commit comments

Comments
 (0)