Skip to content

Commit ac114e6

Browse files
committed
dont run unittests on github-actions ecosystem changes
1 parent 1124262 commit ac114e6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/unittest-on-pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
name: unit-test-component-run-on-pr
33
on:
4-
pull_request: # Run tests on all pull requests
4+
pull_request: # Run tests on all pull requests, except those only touching CI/config files
5+
paths-ignore:
6+
- '.github/**'
57

68
concurrency:
79
group: "${{ github.workflow }} @ ${{ github.ref }}"

0 commit comments

Comments
 (0)