Skip to content

Commit

Permalink
Remove checks for both gas comparison and storage layout comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed Jan 15, 2024
1 parent 8ae2e00 commit 1eff419
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
run: npm run test:generation
- name: Compare gas costs
uses: ./.github/actions/gas-compare
if: (github.event_name == 'pull_request' && github.base_ref == 'master') || (github.event_name == 'push' && github.ref_name == 'master')
with:
token: ${{ github.token }}

Expand All @@ -71,7 +70,6 @@ jobs:
run: npm run test:inheritance
- name: Check storage layout
uses: ./.github/actions/storage-layout
if: github.base_ref == 'master'
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'breaking change') }}
with:
token: ${{ github.token }}
Expand Down

0 comments on commit 1eff419

Please sign in to comment.