ci: cut default PR runtime to build/security core checks (#669)
This commit is contained in:
parent
42f1d40f1f
commit
e9f619a83f
4 changed files with 20 additions and 37 deletions
7
.github/workflows/feature-matrix.yml
vendored
7
.github/workflows/feature-matrix.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue