This is an automated email from the ASF dual-hosted git repository.

baoyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 889cef96e ci: remove label trigger e2e test (#3262)
889cef96e is described below

commit 889cef96e02f5ee94d2c649ba3584bac00c4bb9d
Author: Baoyuan <[email protected]>
AuthorDate: Fri Nov 21 17:02:11 2025 +0800

    ci: remove label trigger e2e test (#3262)
---
 .github/workflows/e2e.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index b281bad24..62c596713 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -5,7 +5,6 @@ on:
     branches:
       - "**"
   pull_request:
-    types: [labeled, synchronize]
     branches:
         - "**"
   schedule:
@@ -23,8 +22,8 @@ concurrency:
 
 jobs:
   test:
-    # only run when e2e-test label is added, scheduled, workflow_dispatch, 
repository_dispatch
-    if: ${{ (github.event_name == 'pull_request' && 
contains(github.event.pull_request.labels.*.name, 'e2e-test')) || 
github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || 
github.event_name == 'repository_dispatch' }}
+    # only run when e2e-test scheduled, workflow_dispatch, repository_dispatch
+    if: ${{ github.event_name == 'pull_request' || github.event_name == 
'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 
'repository_dispatch' }}
     timeout-minutes: 40
     runs-on: ubuntu-latest
     steps:

Reply via email to