From 8b48549e7b09bd7f359cef1c18edd0b68a10e985 Mon Sep 17 00:00:00 2001 From: maxou <94895440+maximequinzin@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:35:27 +0200 Subject: [PATCH] Update developer_ci.yml --- .github/workflows/developer_ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/developer_ci.yml b/.github/workflows/developer_ci.yml index 1da931732..217fe237c 100644 --- a/.github/workflows/developer_ci.yml +++ b/.github/workflows/developer_ci.yml @@ -3,9 +3,6 @@ name: Developer CI on: pull_request: - # CI is disbabled if ONLY workflow files are changed - paths-ignore: - - '.github/workflows/**' env: QA_TIMEOUT_PER_TEST: 150 @@ -24,6 +21,7 @@ jobs: - uses: actions/checkout@v4 - name: Detect workflow changes run: | + echo "This is mymodified CI" # fetch base branch git fetch origin ${{ github.event.pull_request.base.ref }} --depth=1