We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1124262 commit ac114e6Copy full SHA for ac114e6
1 file changed
.github/workflows/unittest-on-pr.yml
@@ -1,7 +1,9 @@
1
---
2
name: unit-test-component-run-on-pr
3
on:
4
- pull_request: # Run tests on all pull requests
+ pull_request: # Run tests on all pull requests, except those only touching CI/config files
5
+ paths-ignore:
6
+ - '.github/**'
7
8
concurrency:
9
group: "${{ github.workflow }} @ ${{ github.ref }}"
0 commit comments