builds: make skip-ci option clearer

Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net>
This commit is contained in:
Vlad-Stefan Harbuz 2023-09-04 18:41:42 +01:00 committed by Drew DeVault
parent 053e02495f
commit b35832eeff
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ the repository as `.build.yml`. Each time you push, a build with this manifest
will be submitted. We'll edit the manifest's sources array to point to the ref
you just pushed. You can also submit up to 4 builds on each push by providing
`.builds/*.yml` (if more are submitted, 4 manifests will be randomly chosen).
Use `-o skip-ci` if you don't want to submit builds.
Use `git push -o skip-ci` if you don't want to submit builds.
**Environment**