Skip to content

Commit 96a9d3a

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ name: e2e-tests
1919

2020
on: [pull_request]
2121

22+
permissions:
23+
contents: read
24+
2225
jobs:
26+
if: ${{ contains(github.event.pull_request.labels.*.name, 'ci/e2e') }}
2327
# Dedicated step to build the extension image
2428
build-container:
2529
name: Build Extension Image

0 commit comments

Comments
 (0)