diff --git a/docs/maintainer/infrastructure.md b/docs/maintainer/infrastructure.md index 7c89e13010..5f94508538 100644 --- a/docs/maintainer/infrastructure.md +++ b/docs/maintainer/infrastructure.md @@ -445,7 +445,7 @@ repo [README.md](https://github.com/conda-forge/webservices-dispatch-action) for ### Skipping CI builds -To skip a CI build for a given commit, put `[ci skip] ***NO_CI***` in the commit message. +To skip a CI build for a given commit, put `[ci skip]` in the commit message. :::note[Related links]