From d2fc6b45b942e2cdc33a2571c93844d440645007 Mon Sep 17 00:00:00 2001 From: hiento09 <136591877+hiento09@users.noreply.github.com> Date: Thu, 20 Jun 2024 19:15:55 +0700 Subject: [PATCH] correct condition trigger (#42) Co-authored-by: Hien To --- .github/workflows/build.yml | 25 ------------------------- .github/workflows/quality-gate.yml | 7 ------- 2 files changed, 32 deletions(-) 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: |