Skip unit tests for PRs where code did not change (#2041)
This commit is contained in:
14
.github/workflows/nodejs.yml
vendored
14
.github/workflows/nodejs.yml
vendored
@ -1,7 +1,19 @@
|
|||||||
---
|
---
|
||||||
name: Node CI
|
name: Node CI
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
paths-ignore: &ignore
|
||||||
|
- '**/*.md'
|
||||||
|
- '**/*.asciidoc'
|
||||||
|
- '**/*.txt'
|
||||||
|
- 'docs/**'
|
||||||
|
- '.ci/**'
|
||||||
|
- '.buildkite/**'
|
||||||
|
- 'scripts/**'
|
||||||
|
- 'catalog-info.yaml'
|
||||||
|
pull_request:
|
||||||
|
paths-ignore: *ignore
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user