Skip to content

Commit 1b92b62

Browse files
fix: remove auto-trigger of e2e-ocp-helm from PR image comment (#4011)
The /test e2e-ocp-helm command in the PR comment was causing duplicate test runs - once on commit push and again when the container image was built. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b9a722e commit 1b92b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-podman-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
return `* [\`${fullTag}\`](https://${fullTag})`;
185185
}).join('\n');
186186
187-
const body = `The image is available at:\n\n${tagLinks}\n\n/test e2e-ocp-helm\n`;
187+
const body = `The image is available at:\n\n${tagLinks}\n`;
188188
189189
console.log(`Creating comment for PR ${prNumber} with body:\n ${body}`);
190190

0 commit comments

Comments
 (0)