Skip unit tests for PRs where code did not change (#2041)

This commit is contained in:
Josh Mock
2023-10-24 15:40:00 -05:00
committed by GitHub
parent f7ed0394bf
commit 84a93c2ebf

View File

@ -1,7 +1,19 @@
---
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:
test: