Skip to content

Commit

Permalink
Update sync-changes-scheduled.yml
Browse files Browse the repository at this point in the history
Only 1.7_LTS update
  • Loading branch information
bluvulture authored Dec 17, 2024
1 parent 4511150 commit 678c527
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sync-changes-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ on:

jobs:
sync-branches:
uses: pimcore/workflows-collection-public/.github/workflows/reusable-sync-changes.yaml@v1.0.0
uses: pimcore/workflows-collection-public/.github/workflows/reusable-sync-changes.yaml@main
if: github.repository == 'pimcore/admin-ui-classic-bundle'
strategy:
fail-fast: false
matrix:
ref:
[
{ "base": "1.x", "destination": "1.x" },
{ "base": "1.6", "destination": "1.6" },
{ "base": "1.7", "destination": "1.7_LTS" },
]
with:
Expand Down

0 comments on commit 678c527

Please sign in to comment.