We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a7a4a commit c942229Copy full SHA for c942229
docs/content/docs/guide/gitops_commands.md
@@ -26,7 +26,7 @@ The `/retest` command will only create new PipelineRuns if:
26
- Previously **failed** PipelineRuns for the same commit, OR
27
- No PipelineRun has been run for the same commit yet
28
29
-If a successful PipelineRun already exists for the same commit, `/retest` will **skip** creating a new PipelineRun to avoid unnecessary duplication.
+If a successful PipelineRun already exists for the same commit, `/retest` will **skip** triggering a new PipelineRun to avoid unnecessary duplication.
30
31
**To force a rerun regardless of previous status**, use:
32
0 commit comments