skip PR live build on non-plugin changes (#45891)
Co-authored-by: Ron Rennick <ronald.rennick@automattic.com>
This commit is contained in:
parent
142b7d69d9
commit
f8f94fa13a
|
@ -1,8 +1,14 @@
|
||||||
name: Build Live Branch
|
name: Build PR Live Branch
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
- '.github/**'
|
||||||
|
- 'docs/**'
|
||||||
|
- 'packages/php/**'
|
||||||
|
- 'tools/**'
|
||||||
- '**/changelog/**'
|
- '**/changelog/**'
|
||||||
|
- '**/tests/**'
|
||||||
|
- '**/*.md'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
# Cancel concurrent jobs on pull_request but not push, by including the run_id in the concurrency group for the latter.
|
# Cancel concurrent jobs on pull_request but not push, by including the run_id in the concurrency group for the latter.
|
||||||
|
|
Loading…
Reference in New Issue