From 281ab158866c4d7dcf31dcd90efd8fce1cdbb38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Garc=C3=ADa?= Date: Tue, 16 Jan 2024 04:09:50 -0600 Subject: [PATCH] Run gas-compare action on push to master (#4834) --- .github/workflows/checks.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 7009c6c3c..96861e13a 100644 --- a/.github/workflows/checks.yml +++ b/.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 }}