Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit d2fc6b4

Browse files
authored
correct condition trigger (#42)
Co-authored-by: Hien To <tominhhien97@gmail.com>
1 parent 8b4541c commit d2fc6b4

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,6 @@ name: CI
33
on:
44
push:
55
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
6-
paths:
7-
[
8-
".github/scripts/**",
9-
".github/workflows/build.yml",
10-
"**/CMakeLists.txt",
11-
"**/Makefile",
12-
"**/*.h",
13-
"**/*.hpp",
14-
"**/*.c",
15-
"**/*.cpp",
16-
"**/*.cu",
17-
"**/*.cc",
18-
"**/*.cxx",
19-
"llama.cpp",
20-
"!docs/**",
21-
"!.gitignore",
22-
"!README.md",
23-
]
246
workflow_dispatch:
257

268
jobs:
@@ -124,13 +106,6 @@ jobs:
124106
AWS_SECRET_ACCESS_KEY: "${{ secrets.MINIO_SECRET_ACCESS_KEY }}"
125107
SCCACHE_IDLE_TIMEOUT: "0"
126108

127-
# - name: start sccache server for windows
128-
# if: runner.os == 'Windows'
129-
# run: |
130-
# sccache --start-server
131-
# env:
132-
# SCCACHE_IDLE_TIMEOUT: "0"
133-
134109
- name: Build Dependencies
135110
working-directory: cpp
136111
run: |

.github/workflows/quality-gate.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@ jobs:
8181
AWS_SECRET_ACCESS_KEY: "${{ secrets.MINIO_SECRET_ACCESS_KEY }}"
8282
SCCACHE_IDLE_TIMEOUT: "0"
8383

84-
# - name: start sccache server for windows
85-
# if: runner.os == 'Windows'
86-
# run: |
87-
# sccache --start-server
88-
# env:
89-
# SCCACHE_IDLE_TIMEOUT: "0"
90-
9184
- name: Build Dependencies
9285
working-directory: cpp
9386
run: |

0 commit comments

Comments
 (0)