1
0
Fork 0

fix: Merge in develop changes without re-introduced issues

There were some trouble the snuck in when mergin an earlier PR
This commit is contained in:
joostdecock 2023-07-21 18:19:07 +02:00
parent c2882cce22
commit d2b4d2d3b3
36 changed files with 2677 additions and 2470 deletions

View file

@ -46,7 +46,7 @@ export const shouldSkipBuild = (site, checkFolders = '../shared .') => {
}
// Do not build dependabot PRs
if (author.toLowerCase().includes('dependabot')) {
if (branch.toLowerCase().includes('dependabot')) {
console.log('🛑 Not building: Dependabot PR')
process.exit(0)
}