Skip to content

Commit

Permalink
Merge pull request #3174 from acrobat/use-subtree-splitter-stable
Browse files Browse the repository at this point in the history
[AllBundles] Use stable version of subtree splitter and don't limit on path to allow splitting of newly pushed branches
  • Loading branch information
acrobat committed Oct 6, 2022
2 parents b282e43 + 2669b18 commit 6620925
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/subtree-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- '5.*'
- '6.*'
paths:
- src/**
create:
tags:
- '*'
Expand Down Expand Up @@ -40,7 +38,7 @@ jobs:
key: '${{ runner.os }}-splitsh-v101'

- name: Subtree split
uses: acrobat/subtree-splitter@batch-process-splits
uses: acrobat/subtree-splitter@v1
with:
config-path: .build/subtree-splitter-config.json
batch-size: 1

0 comments on commit 6620925

Please sign in to comment.