Skip to content

Commit 897d645

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on: [pull_request]
2222
jobs:
2323
# Dedicated step to build the extension image
2424
build-container:
25+
if: ${{ contains(github.event.pull_request.labels.*.name, 'ci/e2e') }}
2526
name: Build Extension Image
2627
runs-on: ubuntu-24.04
2728
steps:

0 commit comments

Comments
 (0)