Skip to content

Commit

Permalink
ci(wasm-size): compare with the base branch and not self
Browse files Browse the repository at this point in the history
This was commented out in
#4713 to make the pipeline
pass in the PR because the changes weren't compatible with the pipeline
on `main` with the intention to uncomment immediately after landing the
changes, see
#4713 (comment).
  • Loading branch information
aqrln committed Feb 13, 2024
1 parent 7e5bcbe commit 6e3510d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasm-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
steps:
- name: Checkout base branch
uses: actions/checkout@v4
# with:
# ref: ${{ github.event.pull_request.base.sha }}
with:
ref: ${{ github.event.pull_request.base.sha }}

- uses: ./.github/workflows/include/rust-wasm-setup

Expand Down

0 comments on commit 6e3510d

Please sign in to comment.