Skip to content

Commit

Permalink
removed checks
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Jan 3, 2024
1 parent 0cdc3b9 commit 1ef78b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/llama-cpp-rs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,6 @@ concurrency:
permissions: read-all

jobs:
changes:
name: Changes
runs-on: ubuntu-latest
outputs:
llama-cpp-rs: ${{ steps.filter.outputs.llama-cpp-rs }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- uses: dorny/paths-filter@v2
id: filter
with:
filters: |
llama-cpp-rs:
- 'llama-cpp-rs/**'
check:
name: Run Tests on LLama Cpp Rs
runs-on: ${{ vars.RUNNER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-upon-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Publish to Crates.io
name: Publish to Crates.io

on:
release:
Expand Down

0 comments on commit 1ef78b4

Please sign in to comment.