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:
parent
c2882cce22
commit
d2b4d2d3b3
36 changed files with 2677 additions and 2470 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue