1
0
mirror of https://github.com/ggerganov/llama.cpp.git synced 2025-01-22 09:39:08 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
Minsoo Cheong
7dda1b727e
ci: exempt master branch workflows from getting cancelled ()
* ci: exempt master branch workflows from getting cancelled

* apply to bench.yml
2024-04-04 18:30:53 +02:00
Minsoo Cheong
ee804f6223
ci: apply concurrency limit for github workflows () 2024-03-22 19:15:06 +02:00
Someone
4cb4d8b22d
workflows: nix: hardcode cachix ids, build unconditionally ()
GitHub does not expose environment and repository variables to PRs coming from forks implies that we've been disabling the Nix CI actions for most PRs. 

The `if:` also didn't make much sense, because we can always pull from cachix, and there's no point (albeit no risk either) in pushing cache for the untrusted code.
2024-02-22 08:32:09 -08:00
Someone Serge
f4dd059259 workflows: nix-build-aarch64: rate limit 2024-01-22 12:19:30 +00:00
Someone
6b48ed0893
workflows: unbreak nix-build-aarch64, and split it out ()
The fix should be just the `sudo apt-get update`
2024-01-13 16:29:16 +00:00