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 a3e660c commit f3762bbCopy full SHA for f3762bb
docs/content/docs/guide/gitops_commands.md
@@ -24,7 +24,7 @@ failure is not with your PR but seems to be an infrastructure issue.
24
The `/retest` command will only create new PipelineRuns if:
25
26
- Previously **failed** PipelineRuns for the same commit, OR
27
-- No PipelineRuns exist for the same commit
+- 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.
30
0 commit comments