Skip to content

Commit

Permalink
removed the ci check triggering on the test branch and changed the pr…
Browse files Browse the repository at this point in the history
… branch back to main
  • Loading branch information
actions-user committed Mar 13, 2024
1 parent 50be415 commit decb18b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/llama-cpp-rs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- main
- llama-cpp-update-CI-fix
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-llama-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

0 comments on commit decb18b

Please sign in to comment.