Skip to content

Commit

Permalink
correct condition trigger (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: Hien To <[email protected]>
  • Loading branch information
hiento09 and hientominh authored Jun 20, 2024
1 parent 8b4541c commit d2fc6b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: |
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/quality-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d2fc6b4

Please sign in to comment.