Skip to content

Commit 4e2de00

Browse files
clubandersonclaude
andcommitted
ci: restore pull_request trigger for e2e tests
Temporarily restore pull_request trigger until the gate workflow is merged to main. The gate workflow will handle ok-to-test gating for external contributors once it exists on the target branch. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2897df1 commit 4e2de00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-e2e-openshift.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ permissions:
66
packages: write
77

88
on:
9+
# Direct trigger on PRs (temporary until gate workflow is on main)
10+
pull_request:
11+
branches:
12+
- main
13+
- dev
914
# Called by the gate workflow after ok-to-test approval
1015
workflow_call:
1116
inputs:

0 commit comments

Comments
 (0)