Merge pull request #847 from agorevski/algore/cicd-descript-release-matrix

perf(ci): reduce GitHub Actions costs ~60-65% across all workflows
This commit is contained in:
Alex Gorevski 2026-02-19 06:54:40 -08:00 committed by GitHub
commit fedfd6ae01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 271 additions and 64 deletions

View file

@ -21,13 +21,8 @@ on:
paths:
- "Dockerfile"
- ".dockerignore"
- "Cargo.toml"
- "Cargo.lock"
- "docker-compose.yml"
- "rust-toolchain.toml"
- "src/**"
- "crates/**"
- "benches/**"
- "firmware/**"
- "dev/config.template.toml"
- ".github/workflows/pub-docker-img.yml"
workflow_dispatch: