Skip to content

Commit f8a7a4a

Browse files
waveywaveszakisk
andauthored
Apply suggestion from @zakisk
Co-authored-by: Zaki Shaikh <[email protected]>
1 parent f3762bb commit f8a7a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/guide/gitops_commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If a successful PipelineRun already exists for the same commit, `/retest` will *
3636

3737
This will always create a new PipelineRun, even if previous runs were successful.
3838

39-
Similar to `/retest`, the `/ok-to-test` command will only create new PipelineRuns if no successful PipelineRun already exists for the same commit. This prevents duplicate runs when repository owners repeatedly approve the same commit.
39+
Similar to `/retest`, the `/ok-to-test` command will only trigger new PipelineRuns if no successful PipelineRun already exists for the same commit. This prevents duplicate runs when repository owners repeatedly test the same commit by `/test` and `/retest` command.
4040

4141
If you have multiple `PipelineRun` and you want to target a specific `PipelineRun`, you can use the `/test` command followed by the specific PipelineRun name to restart it. Example:
4242

0 commit comments

Comments
 (0)