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 5682d45 commit e73d11a
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ on:
jobs:
rebase:
runs-on: ubuntu-latest
strategy:
matrix:
inlcude:
- branch: master
rebase: upstream/master
strategy:
matrix:
inlcude:
- 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 }}
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 e73d11a

Please sign in to comment.