Skip to content

Commit e5fba21

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

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
@@ -20,6 +20,7 @@ name: e2e-tests
2020
on: [pull_request]
2121

2222
jobs:
23+
if: ${{ contains(github.event.pull_request.labels.*.name, 'ci/e2e') }}
2324
# Dedicated step to build the extension image
2425
build-container:
2526
name: Build Extension Image

0 commit comments

Comments
 (0)