diff --git a/.github/workflows/buildbase/action.yml b/.github/workflows/buildbase/action.yml index 9e4b408f68..9006f48aab 100644 --- a/.github/workflows/buildbase/action.yml +++ b/.github/workflows/buildbase/action.yml @@ -17,8 +17,10 @@ runs: bash build.sh init echo "$GITHUB_WORKSPACE/deps/3rd/usr/local/oceanbase/devtools/bin" >> $GITHUB_PATH + # on centos7, we cannot use the latest `node`. + # ccache-action@v1.2 uses `node20` which cannot works on centos7 but node16 works fun - name: Setup ccache - uses: hendrikmuhs/ccache-action@v1.2 + uses: hendrikmuhs/ccache-action@v1.2.11 with: max-size: 800M save: ${{inputs.save_cache}} diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 1f61c73c35..574da963fe 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -7,7 +7,8 @@ on: branches: [ master, develop ] paths-ignore: - 'docs/**' - - '.github/**' + - '.github/ISSUE_TEMPLATE/**' + - '.github/pull_request_template.md' - 'README.md' - 'README_CN.md' - 'CONTRIBUTING.md' diff --git a/.github/workflows/farm.yml b/.github/workflows/farm.yml index 9eb9d2c96c..3b757baee4 100644 --- a/.github/workflows/farm.yml +++ b/.github/workflows/farm.yml @@ -5,7 +5,8 @@ on: branches: [ master,develop ] paths-ignore: - 'docs/**' - - '.github/**' + - '.github/ISSUE_TEMPLATE/**' + - '.github/pull_request_template.md' - 'README.md' - 'README_CN.md' - 'CONTRIBUTING.md'