From 0609ece1ba01559b062f87e9c6e7d2ec687f5215 Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Tue, 16 Dec 2025 09:28:32 +0100 Subject: [PATCH] docs: fix label for running ci/e2e Signed-off-by: Philippe Martin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7c570be..6fc4ee4e 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,4 @@ After each change, you may have to restart the extension from the `Extensions > ### On the CI -When creating a PR on the GitHub repository, the e2e tests are not executed by default. To run the e2e tests, you need to add the `ci/e2e` label to the PR. +When creating a PR on the GitHub repository, the e2e tests are not executed by default. To run the e2e tests, you need to add the `area/ci/e2e` label to the PR.