diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f59d8363f..f9fd1e0d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,24 +3,6 @@ name: CI on: push: tags: ["v[0-9]+.[0-9]+.[0-9]+"] - paths: - [ - ".github/scripts/**", - ".github/workflows/build.yml", - "**/CMakeLists.txt", - "**/Makefile", - "**/*.h", - "**/*.hpp", - "**/*.c", - "**/*.cpp", - "**/*.cu", - "**/*.cc", - "**/*.cxx", - "llama.cpp", - "!docs/**", - "!.gitignore", - "!README.md", - ] workflow_dispatch: jobs: @@ -124,13 +106,6 @@ jobs: AWS_SECRET_ACCESS_KEY: "${{ secrets.MINIO_SECRET_ACCESS_KEY }}" SCCACHE_IDLE_TIMEOUT: "0" - # - name: start sccache server for windows - # if: runner.os == 'Windows' - # run: | - # sccache --start-server - # env: - # SCCACHE_IDLE_TIMEOUT: "0" - - name: Build Dependencies working-directory: cpp run: | diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 533a2f226..3ee37dc2f 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -81,13 +81,6 @@ jobs: AWS_SECRET_ACCESS_KEY: "${{ secrets.MINIO_SECRET_ACCESS_KEY }}" SCCACHE_IDLE_TIMEOUT: "0" - # - name: start sccache server for windows - # if: runner.os == 'Windows' - # run: | - # sccache --start-server - # env: - # SCCACHE_IDLE_TIMEOUT: "0" - - name: Build Dependencies working-directory: cpp run: |