Update llama.cpp submodule to latest release b4122 #688
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI Quality Gate | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
workflow_dispatch: | |
jobs: | |
qualitygate-pr: | |
uses: ./.github/workflows/template-quality-gate-pr.yml | |
secrets: inherit | |
qualitygate-submodule: | |
uses: ./.github/workflows/template-quality-gate-submodule.yml | |
secrets: inherit |