From 1ef78b48412adef8d23af0eb50e1b95d1f03cc64 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 3 Jan 2024 10:50:04 -0800 Subject: [PATCH] removed checks --- .github/workflows/llama-cpp-rs-check.yml | 16 ---------------- .github/workflows/publish-upon-release.yml | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/llama-cpp-rs-check.yml b/.github/workflows/llama-cpp-rs-check.yml index 02a26518..f02d6767 100644 --- a/.github/workflows/llama-cpp-rs-check.yml +++ b/.github/workflows/llama-cpp-rs-check.yml @@ -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 }} diff --git a/.github/workflows/publish-upon-release.yml b/.github/workflows/publish-upon-release.yml index 5f7880f1..08af61d2 100644 --- a/.github/workflows/publish-upon-release.yml +++ b/.github/workflows/publish-upon-release.yml @@ -1,4 +1,4 @@ -name: Test Publish to Crates.io +name: Publish to Crates.io on: release: