Commit Graph

5 Commits

Author SHA1 Message Date
Minsoo Cheong
016aa58b11 ci: exempt master branch workflows from getting cancelled (#6486)
* ci: exempt master branch workflows from getting cancelled

* apply to bench.yml
2024-04-04 18:30:53 +02:00
Minsoo Cheong
f22129ee26 ci: apply concurrency limit for github workflows (#6243) 2024-03-22 19:15:06 +02:00
Someone
59a80ba43f workflows: nix: hardcode cachix ids, build unconditionally (#5663)
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
0146a1a253 workflows: nix-build-aarch64: rate limit 2024-01-22 12:19:30 +00:00
Someone
0930ffa61d workflows: unbreak nix-build-aarch64, and split it out (#4915)
The fix should be just the `sudo apt-get update`
2024-01-13 16:29:16 +00:00