Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Oct 25, 2024
1 parent 40253f1 commit deb8e9d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/starknet-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Execute blocks
on:
pull_request:
branches: [main]
merge_group:
types: [checks_requested]

jobs:
run-blocks:
Expand Down Expand Up @@ -78,12 +80,6 @@ jobs:
- name: Install Starknet Replay deps
run: make deps

- name: Patch Cairo Native's version
if: ${{ matrix.runner == 'native' }}
run: |
cd replay
sed -r -i 's/cairo_native.*rev.*[0-9a-z]+./cairo_native.git", rev = "${{ github.event.pull_request.head.sha }}"/' Cargo.toml
- name: Run Blocks Native
if: ${{ matrix.runner == 'native' }}
run: |
Expand Down

0 comments on commit deb8e9d

Please sign in to comment.