Skip to content

Commit 1ef78b4

Browse files
committed
removed checks
1 parent 0cdc3b9 commit 1ef78b4

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.github/workflows/llama-cpp-rs-check.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,6 @@ concurrency:
1313
permissions: read-all
1414

1515
jobs:
16-
changes:
17-
name: Changes
18-
runs-on: ubuntu-latest
19-
outputs:
20-
llama-cpp-rs: ${{ steps.filter.outputs.llama-cpp-rs }}
21-
steps:
22-
- name: Checkout
23-
uses: actions/checkout@v4
24-
with:
25-
submodules: recursive
26-
- uses: dorny/paths-filter@v2
27-
id: filter
28-
with:
29-
filters: |
30-
llama-cpp-rs:
31-
- 'llama-cpp-rs/**'
3216
check:
3317
name: Run Tests on LLama Cpp Rs
3418
runs-on: ${{ vars.RUNNER }}

.github/workflows/publish-upon-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Publish to Crates.io
1+
name: Publish to Crates.io
22

33
on:
44
release:

0 commit comments

Comments
 (0)