✅ Skip compile tests when editing unit tests (#26991)
This commit is contained in:
parent
e1ab911c35
commit
ca12459b9c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci-build-tests.yml
vendored
4
.github/workflows/ci-build-tests.yml
vendored
|
|
@ -14,6 +14,8 @@ on:
|
|||
- config/**
|
||||
- data/**
|
||||
- docs/**
|
||||
- test/**
|
||||
- Marlin/tests/**
|
||||
- '**/*.md'
|
||||
push:
|
||||
branches:
|
||||
|
|
@ -23,6 +25,8 @@ on:
|
|||
- config/**
|
||||
- data/**
|
||||
- docs/**
|
||||
- test/**
|
||||
- Marlin/tests/**
|
||||
- '**/*.md'
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue