Skip to content

Commit c3032cd

Browse files
authored
fix the RTD build skipping feature (#7476)
* treat the pattern as a fixed string * skip-rtd [skip-ci] Intentionally misspell to make sure the skip is *not* triggered. * [skip-rtd] [skip-ci]
1 parent 3ee7b5a commit c3032cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build:
66
python: mambaforge-4.10
77
jobs:
88
post_checkout:
9-
- (git --no-pager log --pretty="tformat:%s" -1 | grep -viq "[skip-rtd]") || exit 183
9+
- (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183
1010

1111
conda:
1212
environment: ci/requirements/doc.yml

0 commit comments

Comments
 (0)