Run gas-compare action on push to master (#4834)
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -45,7 +45,6 @@ jobs:
|
|||||||
run: npm run test:generation
|
run: npm run test:generation
|
||||||
- name: Compare gas costs
|
- name: Compare gas costs
|
||||||
uses: ./.github/actions/gas-compare
|
uses: ./.github/actions/gas-compare
|
||||||
if: github.base_ref == 'master'
|
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|
||||||
@ -71,7 +70,6 @@ jobs:
|
|||||||
run: npm run test:inheritance
|
run: npm run test:inheritance
|
||||||
- name: Check storage layout
|
- name: Check storage layout
|
||||||
uses: ./.github/actions/storage-layout
|
uses: ./.github/actions/storage-layout
|
||||||
if: github.base_ref == 'master'
|
|
||||||
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'breaking change') }}
|
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'breaking change') }}
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user