Skip to content

Commit 84a93c2

Browse files
authored
Skip unit tests for PRs where code did not change (#2041)
1 parent f7ed039 commit 84a93c2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
---
22
name: Node CI
33

4-
on: [push, pull_request]
4+
on:
5+
push:
6+
paths-ignore: &ignore
7+
- '**/*.md'
8+
- '**/*.asciidoc'
9+
- '**/*.txt'
10+
- 'docs/**'
11+
- '.ci/**'
12+
- '.buildkite/**'
13+
- 'scripts/**'
14+
- 'catalog-info.yaml'
15+
pull_request:
16+
paths-ignore: *ignore
517

618
jobs:
719
test:

0 commit comments

Comments
 (0)