From a5623099ddec1118d913065c3dd20f48335547ae Mon Sep 17 00:00:00 2001 From: Ivan Stojadinov Date: Wed, 4 Sep 2024 21:53:59 +0200 Subject: [PATCH] [e2e] Move Pressable and WPCOM to release checks instead of daily checks (#51148) * Move Pressable and WPCOM to release checks instead of daily checks * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions --- .../changelog/51148-e2e-external-sites-run-on-release-checks | 4 ++++ plugins/woocommerce/package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 plugins/woocommerce/changelog/51148-e2e-external-sites-run-on-release-checks diff --git a/plugins/woocommerce/changelog/51148-e2e-external-sites-run-on-release-checks b/plugins/woocommerce/changelog/51148-e2e-external-sites-run-on-release-checks new file mode 100644 index 00000000000..91f6f869a9d --- /dev/null +++ b/plugins/woocommerce/changelog/51148-e2e-external-sites-run-on-release-checks @@ -0,0 +1,4 @@ +Significance: patch +Type: update + +Move Pressable and WPCOM e2e runss to release-checks instead of daily-checks \ No newline at end of file diff --git a/plugins/woocommerce/package.json b/plugins/woocommerce/package.json index f817cad37ce..28129dc3d7d 100644 --- a/plugins/woocommerce/package.json +++ b/plugins/woocommerce/package.json @@ -560,7 +560,7 @@ "shardingArguments": [], "changes": [], "events": [ - "daily-checks", + "release-checks", "on-demand" ], "report": { @@ -576,7 +576,7 @@ "shardingArguments": [], "changes": [], "events": [ - "daily-checks", + "release-checks", "on-demand" ], "report": {