We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdc3b9 commit 1ef78b4Copy full SHA for 1ef78b4
.github/workflows/llama-cpp-rs-check.yml
@@ -13,22 +13,6 @@ concurrency:
13
permissions: read-all
14
15
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
29
- filters: |
30
- llama-cpp-rs:
31
- - 'llama-cpp-rs/**'
32
check:
33
name: Run Tests on LLama Cpp Rs
34
runs-on: ${{ vars.RUNNER }}
.github/workflows/publish-upon-release.yml
@@ -1,4 +1,4 @@
1
-name: Test Publish to Crates.io
+name: Publish to Crates.io
2
3
on:
4
release:
0 commit comments