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

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


The following commit(s) were added to refs/heads/master by this push:
     new c40b664d ci: cron ci must use the logical AND condition (#1850)
c40b664d is described below

commit c40b664dd22e46bf8ce498aa797d7e8e41b23073
Author: Chever John <[email protected]>
AuthorDate: Mon Jul 31 09:30:09 2023 +0800

    ci: cron ci must use the logical AND condition (#1850)
---
 .github/workflows/e2e-test-ci-v2-cron-dev.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/.github/workflows/e2e-test-ci-v2-cron-dev.yml 
b/.github/workflows/e2e-test-ci-v2-cron-dev.yml
index e34aa220..0992fb6f 100644
--- a/.github/workflows/e2e-test-ci-v2-cron-dev.yml
+++ b/.github/workflows/e2e-test-ci-v2-cron-dev.yml
@@ -26,19 +26,13 @@ on:
     branches:
       - master
       - v1.6.0
-  pull_request:
-    branches:
-      - master
-      - v1.6.0
-    types: [opened, synchronize, reopened, review_requested]
 
 concurrency:
-  group: ${{ github.workflow }}-${{ github.event.pull_request.number || 
github.ref }}-dev
+  group: ${{ github.workflow }}-dev
   cancel-in-progress: true
 
 jobs:
   changes:
-    if: ${{ (!github.event.pull_request.draft || github.event.schedule == '0 0 
* * *') }}
     runs-on: ubuntu-20.04
     outputs:
       docs: ${{ steps.filter.outputs.docs }}

Reply via email to