✅ Skip compile tests when editing unit tests (#26991)
This commit is contained in:
4
.github/workflows/ci-build-tests.yml
vendored
4
.github/workflows/ci-build-tests.yml
vendored
@@ -14,6 +14,8 @@ on:
|
|||||||
- config/**
|
- config/**
|
||||||
- data/**
|
- data/**
|
||||||
- docs/**
|
- docs/**
|
||||||
|
- test/**
|
||||||
|
- Marlin/tests/**
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -23,6 +25,8 @@ on:
|
|||||||
- config/**
|
- config/**
|
||||||
- data/**
|
- data/**
|
||||||
- docs/**
|
- docs/**
|
||||||
|
- test/**
|
||||||
|
- Marlin/tests/**
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user