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

wuchunfu pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 392300ea02 [Fix][CI] Fix schedule test be canceled (#8024)
392300ea02 is described below

commit 392300ea023f3879c84a9b98a61da19a0e31ceb0
Author: Jia Fan <[email protected]>
AuthorDate: Thu Nov 14 10:28:29 2024 +0800

    [Fix][CI] Fix schedule test be canceled (#8024)
---
 .github/workflows/backend.yml          | 2 ++
 .github/workflows/schedule_backend.yml | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 89be784cae..1acda26f43 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -85,6 +85,8 @@ jobs:
     outputs:
       api: ${{ steps.filter.outputs.api }}
       engine: ${{ steps.filter.outputs.engine }}
+      engine-e2e: ${{ steps.filter.outputs.engine-e2e }}
+      docs: ${{ steps.filter.outputs.docs }}
       ut-modules: ${{ steps.ut-modules.outputs.modules }}
       it-modules: ${{ steps.it-modules.outputs.modules }}
     steps:
diff --git a/.github/workflows/schedule_backend.yml 
b/.github/workflows/schedule_backend.yml
index 1d2bc3fe84..9a6aa1cb90 100644
--- a/.github/workflows/schedule_backend.yml
+++ b/.github/workflows/schedule_backend.yml
@@ -21,8 +21,8 @@ on:
     - cron: '0 16 * * *'
 
 concurrency:
-  group: backend-${{ github.event.pull_request.number || github.ref }}
-  cancel-in-progress: true
+  group: schedule-backend-${{ github.event.pull_request.number || github.ref }}
+  cancel-in-progress: false
 
 jobs:
   call-build-and-test:

Reply via email to