mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
ci: Ignore bundle commits on sync action (#26662)
This commit is contained in:
parent
6f2f384f39
commit
b134e10325
|
|
@ -43,8 +43,8 @@ jobs:
|
|||
run: |
|
||||
git fetch https://github.com/n8n-io/n8n.git master:public-master
|
||||
|
||||
# Check if private is ahead of public
|
||||
AHEAD_COUNT=$(git rev-list public-master..HEAD --count)
|
||||
# Check if private is ahead of public, ignore Bundle commits
|
||||
AHEAD_COUNT=$(git rev-list public-master..HEAD --pretty=oneline --grep="chore: Bundle" --invert-grep --count)
|
||||
|
||||
if [ "$AHEAD_COUNT" -gt 0 ]; then
|
||||
if [ "${{ github.event_name }}" = "schedule" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user