Skip to content

Commit

Permalink
fix compact-codec action (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thegaram committed Nov 4, 2024
1 parent 0555d21 commit 5aec554
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:
merge_group:
push:
branches: [main]
branches: [scroll]

env:
CARGO_TERM_COLOR: always
Expand All @@ -32,8 +32,8 @@ jobs:
- name: Checkout base
uses: actions/checkout@v4
with:
ref: ${{ github.base_ref || 'main' }}
# On `main` branch, generates test vectors and serializes them to disk using `Compact`.
ref: ${{ github.base_ref || 'scroll' }}
# On `scroll` branch, generates test vectors and serializes them to disk using `Compact`.
- name: Generate compact vectors
run: |
${{ matrix.bin }} -- test-vectors compact --write
Expand Down

0 comments on commit 5aec554

Please sign in to comment.