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