CI: tweaks around 'Build Live Branch' job start conditions. (#50005)
The PR scope was reduced to filtering out the `.github` folder from target changes, except the workflow itself. It should reduce the amount of the job runs when we are working with GitHub actions related files.
This commit is contained in:
parent
2d6811e689
commit
5a37ae4333
|
@ -8,6 +8,8 @@ on:
|
|||
- '**/changelog/**'
|
||||
- '**/tests/**'
|
||||
- '**/*.md'
|
||||
- '.github/**'
|
||||
- '!.github/workflows/pr-build-live-branch.yml'
|
||||
|
||||
concurrency:
|
||||
# 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