There was an error while loading. Please reload this page.
2 parents dbe36cb + 30613c2 commit 4cfe637Copy full SHA for 4cfe637
1 file changed
.github/workflows/sync-changes-scheduled.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- ref: [{'base': '11.x', 'destination': '11.x'}, {'base': '11.1', 'destination': '11.1'}, {'base': '10.6', 'destination': '10.6'}]
+ ref: [{'base': '11.x', 'destination': '11.x'}, {'base': '11.1', 'destination': '11.1'}]
15
with:
16
base_ref: ${{ matrix.ref.base }}
17
ref_name: ${{ matrix.ref.destination }}
0 commit comments