diff --git a/.github/workflows/sync-changes-scheduled.yml b/.github/workflows/sync-changes-scheduled.yml index 15c416ced..15d933b32 100644 --- a/.github/workflows/sync-changes-scheduled.yml +++ b/.github/workflows/sync-changes-scheduled.yml @@ -14,7 +14,7 @@ jobs: ref: [ { "base": "1.x", "destination": "1.x" }, - { "base": "1.7", "destination": "1.7_LTS" }, + { "base": "1.7", "destination": "1.7" }, ] with: base_ref: ${{ matrix.ref.base }}