build: use newer xCode image (#25564)
* build: use newer xCode image * build: log changed file paths
This commit is contained in:
parent
c50ded2b71
commit
dae60e01d4
2 changed files with 5 additions and 3 deletions
|
@ -32,6 +32,8 @@ async function checkIfDocOnlyChange () {
|
|||
owner: 'electron', repo: 'electron', pull_number: pullRequestNumber
|
||||
});
|
||||
|
||||
console.log('Changed Files:', filesChanged.data.map(fileInfo => fileInfo.filename));
|
||||
|
||||
const nonDocChange = filesChanged.data.find((fileInfo) => {
|
||||
const fileDirs = fileInfo.filename.split('/');
|
||||
if (fileDirs[0] !== 'docs') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue