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