Skip to content

Commit f8c7051

Browse files
committed
run e2e tests only with ci/e2e label
Signed-off-by: Philippe Martin <[email protected]>
1 parent 27dfcd8 commit f8c7051

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@
1717

1818
name: e2e-tests
1919

20-
on: [pull_request]
20+
on:
21+
pull_request:
22+
types: [labeled, synchronize, opened, ready_for_review, reopened]
2123

2224
jobs:
2325
# Dedicated step to build the extension image
2426
build-container:
27+
if: ${{ contains(github.event.pull_request.labels.*.name, 'ci/e2e') }}
2528
name: Build Extension Image
2629
runs-on: ubuntu-24.04
2730
steps:

0 commit comments

Comments
 (0)