[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 <github-actions@github.com>
This commit is contained in:
parent
0ea76c2ffb
commit
a5623099dd
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: update
|
||||||
|
|
||||||
|
Move Pressable and WPCOM e2e runss to release-checks instead of daily-checks
|
|
@ -560,7 +560,7 @@
|
||||||
"shardingArguments": [],
|
"shardingArguments": [],
|
||||||
"changes": [],
|
"changes": [],
|
||||||
"events": [
|
"events": [
|
||||||
"daily-checks",
|
"release-checks",
|
||||||
"on-demand"
|
"on-demand"
|
||||||
],
|
],
|
||||||
"report": {
|
"report": {
|
||||||
|
@ -576,7 +576,7 @@
|
||||||
"shardingArguments": [],
|
"shardingArguments": [],
|
||||||
"changes": [],
|
"changes": [],
|
||||||
"events": [
|
"events": [
|
||||||
"daily-checks",
|
"release-checks",
|
||||||
"on-demand"
|
"on-demand"
|
||||||
],
|
],
|
||||||
"report": {
|
"report": {
|
||||||
|
|
Loading…
Reference in New Issue