build: use newer xCode image (#25571)

* build: use newer xCode image

* build: log changed file paths

Co-authored-by: Samuel Attard <sattard@slack-corp.com>
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
This commit is contained in:
trop[bot]
2020-09-22 11:48:22 -05:00
committed by GitHub
parent 8bdff7acbc
commit 07ec50b547
2 changed files with 5 additions and 3 deletions

View File

@@ -34,6 +34,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') {