Skip to content

Commit 492ea6c

Browse files
authored
Update skip_tests description for repos that do not contain tests (#160)
1 parent db9d670 commit 492ea6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/shared-build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
type: string
2222
default: '.'
2323
skip_tests:
24-
description: If true, will skip tests when building and running unit tests. Defaults to false. Set to true for test-only repos.
24+
description: If true, will skip tests when building and running unit tests. Defaults to false. Set to true for repos without tests.
2525
type: boolean
2626
default: false
2727

.github/workflows/shared-publish-to-maven-versioned.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
type: string
2727
default: 'CRITICAL,HIGH'
2828
skip_tests:
29-
description: If true, will skip tests when compiling. Defaults to false. Set to true for test-only repos.
29+
description: If true, will skip tests when compiling. Defaults to false. Set to true for repos without tests.
3030
type: boolean
3131
default: false
3232

0 commit comments

Comments
 (0)