Skip to content

Commit

Permalink
chore: appending release-2.0.x to sync matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Jul 27, 2023
1 parent 918ac8d commit 810fb75
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- # ---------------------------------------------------------------------------
---

# ---------------------------------------------------------------------------
# Licensed to the Apache Software Foundation (ASF) under one or more
Expand All @@ -16,17 +16,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
name: sync

on:
schedule:
- cron: "22 22 * * *"
workflow_dispatch:

jobs:
sync:
strategy:
matrix:
branch: ["release-1.8.x", "release-1.9.x", "release-1.10.x"]
branch: ["release-1.8.x", "release-1.9.x", "release-1.10.x", "release-2.0.x"]
runs-on: ubuntu-20.04
steps:
- name: Set up JDK 11
Expand All @@ -50,7 +48,7 @@ jobs:
- name: Git set bot identity
env:
CI_USER: "github-actions[bot]"
CI_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"
CI_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"
run: |
git config --local user.email "$CI_EMAIL"
git config --local user.name "$CI_USER"
Expand All @@ -68,9 +66,7 @@ jobs:
- name: Pin init directory divergencies
uses: squakez/sync-pin-divergencies@v0
with:
init-directory: "ci/downstream"
- name: Git push
init-directory: "ci/downstream"
- name: Git push
run: |
git push origin HEAD:${{ matrix.branch }}

0 comments on commit 810fb75

Please sign in to comment.