Skip to content

Commit

Permalink
Skip unit tests for PRs where code did not change (#2041)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock authored Oct 24, 2023
1 parent f7ed039 commit 84a93c2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 84a93c2

Please sign in to comment.