fix dade-check-main-only-files instructions (#18242)

This commit is contained in:
Paul Brauner 2024-01-26 09:23:20 +01:00 committed by GitHub
parent f0b61ae589
commit 0d5c249edc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ if [[ -n "$SUSPECT_FILES" ]]; then
The following modified files sit under a directory with 'main-only' targets:
$SUSPECT_FILES
Consider putting a line with 'run-all-tests: true' in your PR description, or \`export DADE_SKIP_MAIN_ONLY_CHECK=1\` and try again.
Consider putting a 'run-all-tests: true' line at the end of your commit message, or \`export DADE_SKIP_MAIN_ONLY_CHECK=1\` and try again.
" >&2
exit 1
fi