From decb18b38573b44fedba806ecd0a938799d48f4e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 13 Mar 2024 13:08:10 -0700 Subject: [PATCH] removed the ci check triggering on the test branch and changed the pr branch back to main --- .github/workflows/llama-cpp-rs-check.yml | 1 - .github/workflows/update-llama-cpp.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/llama-cpp-rs-check.yml b/.github/workflows/llama-cpp-rs-check.yml index 6786dec1..c26572c9 100644 --- a/.github/workflows/llama-cpp-rs-check.yml +++ b/.github/workflows/llama-cpp-rs-check.yml @@ -4,7 +4,6 @@ on: pull_request: branches: - main - - llama-cpp-update-CI-fix workflow_dispatch: concurrency: diff --git a/.github/workflows/update-llama-cpp.yml b/.github/workflows/update-llama-cpp.yml index bf24c289..ba1516c6 100644 --- a/.github/workflows/update-llama-cpp.yml +++ b/.github/workflows/update-llama-cpp.yml @@ -42,4 +42,4 @@ jobs: run: | unset GITHUB_TOKEN echo ${{ secrets.LLAMA_CPP_RS_UPDATE_LLAMA_CPP_ACTION }} | gh auth login --with-token - gh pr create --fill --head update-llama-cpp-${{ env.DATE }} --title "Updated llama-cpp (bot)" --base llama-cpp-update-CI-fix + gh pr create --fill --head update-llama-cpp-${{ env.DATE }} --title "Updated llama-cpp (bot)"