Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use upstream branch for forkdiff #273

Merged
merged 2 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches:
- celo[0-9]+

workflow_dispatch:

jobs:
deploy:
concurrency: ci-${{ github.ref }}
Expand All @@ -13,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1000 # make sure to fetch the old commit we diff against
fetch-depth: 0 # make sure to fetch the old commit we diff against

- name: Build forkdiff
uses: "docker://protolambda/forkdiff:0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ footer: |

base:
name: OP
url: https://github.com/ethereum-optimism/optimism
hash: 224c5fd65cb4e8204258291e74263c1e70466176 # tracks the last rebased commit
url: https://github.com/celo-org/optimism
ref: refs/remotes/origin/celo10-upstream
fork:
name: CELO
url: https://github.com/celo-org/optimism
Expand Down
Loading