From c4c447df365f3504b0942ac0a2c060e7c5c5cbee Mon Sep 17 00:00:00 2001 From: maxou <94895440+maximequinzin@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:52:24 +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..be46d64a2 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 MODIFIED CI from main" # # fetch base branch # git fetch origin ${{ github.event.pull_request.base.ref }} --depth=1