From 319101091441358df47067114d0a17cb73c9ddf2 Mon Sep 17 00:00:00 2001 From: maxou <94895440+maximequinzin@users.noreply.github.com> Date: Thu, 23 Oct 2025 17:23:36 +0200 Subject: [PATCH] Update developer_ci.yml --- .github/workflows/developer_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/developer_ci.yml b/.github/workflows/developer_ci.yml index 24f28a385..7cc2360b0 100644 --- a/.github/workflows/developer_ci.yml +++ b/.github/workflows/developer_ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 - name: Detect workflow changes run: | - echo "This is original CI from main" + echo "This is XXXXXXXXXXXX CI from main" # # fetch base branch # git fetch origin ${{ github.event.pull_request.base.ref }} --depth=1