From 7f33ab9990e04b272cea0d34e635adcd2081c151 Mon Sep 17 00:00:00 2001 From: HaoranYi Date: Thu, 23 May 2024 17:33:55 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fb2b6b3301f191..61c1cf93a5f1a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,19 +9,19 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - inlcude: + include: - branch: master rebase: upstream/master - fail-fast: false - steps: - - uses: actions/checkout@v4 - with: - ref: ${{ matrix.branch }} - - name: Add upstream - run: git remote add upstream https://github.com/solana-labs/solana.git - - name: Fetch upstream - run: git fetch upstream - - name: Fetch origin - run: git fetch origin - - name: rebase - run: git rebase ${{ matrix.rebase }} + fail-fast: false + steps: + - uses: actions/checkout@v4 + with: + ref: ${{ matrix.branch }} + - name: Add upstream + run: git remote add upstream https://github.com/solana-labs/solana.git + - name: Fetch upstream + run: git fetch upstream + - name: Fetch origin + run: git fetch origin + - name: rebase + run: git rebase ${{ matrix.rebase }}