Skip to content

Commit a4b8b66

Browse files
[no-relnote] Run E2E EOL only in merge events
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent fd151fe commit a4b8b66

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,16 @@ jobs:
3939
runs-on: linux-amd64-cpu4
4040
strategy:
4141
matrix:
42+
ispr:
43+
- ${{github.event_name == 'pull_request'}}
4244
include:
4345
- variant: EOL
4446
holodeck_file: tests/e2e/infra/aws_EOL.yaml
4547
- variant: LATEST
4648
holodeck_file: tests/e2e/infra/aws_LATEST.yaml
49+
exclude:
50+
- variant: EOL
51+
ispr: true
4752
steps:
4853
- name: Check out code
4954
uses: actions/checkout@v4

0 commit comments

Comments
 (0)