Add path ignore to assess bundle action to reduce how often it runs (#48058)
This commit is contained in:
parent
b85e1aa402
commit
b04c8bb9ec
|
@ -12,6 +12,17 @@ on:
|
||||||
- '**.prettier*'
|
- '**.prettier*'
|
||||||
- '**.tsconfig*'
|
- '**.tsconfig*'
|
||||||
- '**/webpack.config.js'
|
- '**/webpack.config.js'
|
||||||
|
- '!.github/**'
|
||||||
|
- '!packages/js/*e2e*/**'
|
||||||
|
- '!packages/js/*plugin*/**'
|
||||||
|
- '!packages/js/*internal*/**'
|
||||||
|
- '!packages/js/*create*/**'
|
||||||
|
- '!**/*.spec.*'
|
||||||
|
- '!**/tests/**'
|
||||||
|
- '!tools/**'
|
||||||
|
- '!changelog/**'
|
||||||
|
- '!docs/**'
|
||||||
|
- '!bin/**'
|
||||||
- '.github/workflows/pr-assess-bundle-size.yml'
|
- '.github/workflows/pr-assess-bundle-size.yml'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
Loading…
Reference in New Issue