ci: cut default PR runtime to build/security core checks (#669)

This commit is contained in:
Will Sarg 2026-02-17 16:20:13 -05:00 committed by GitHub
parent 42f1d40f1f
commit e9f619a83f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 20 additions and 37 deletions

View file

@ -7,14 +7,9 @@ on:
- "Cargo.toml"
- "Cargo.lock"
- "src/**"
pull_request:
branches: [main]
paths:
- "Cargo.toml"
- "Cargo.lock"
- "src/**"
schedule:
- cron: "30 4 * * 1" # Weekly Monday 4:30am UTC
workflow_dispatch:
concurrency:
group: feature-matrix-${{ github.event.pull_request.number || github.sha }}