Browse Source

Run gas-compare action on push to master (#4834)

Ernesto García 1 year ago
parent
commit
281ab15886
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .github/workflows/checks.yml

+ 0 - 2
.github/workflows/checks.yml

@@ -45,7 +45,6 @@ jobs:
         run: npm run test:generation
       - name: Compare gas costs
         uses: ./.github/actions/gas-compare
-        if: github.base_ref == 'master'
         with:
           token: ${{ github.token }}
 
@@ -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 }}