Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoranYi authored May 23, 2024
1 parent e73d11a commit 7f33ab9
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 7f33ab9

Please sign in to comment.