diff options
Diffstat (limited to 'doc/ci/triggers/README.md')
| -rw-r--r-- | doc/ci/triggers/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/triggers/README.md b/doc/ci/triggers/README.md index aa03add0ac2..7e187d58e21 100644 --- a/doc/ci/triggers/README.md +++ b/doc/ci/triggers/README.md @@ -167,7 +167,7 @@ build_docs: - tags ``` -Now, whenever a new tag is pushed on project A, the job will run and the +This means that whenever a new tag is pushed on project A, the job will run and the `build_docs` job will be executed, triggering a rebuild of project B. The `stage: deploy` ensures that this job will run only after all jobs with `stage: test` complete successfully. |
