Skip to content

Commit c05a170

Browse files
authored
Merge branch 'master' into feature/base64url
2 parents 26658ce + 281ab15 commit c05a170

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
run: npm run test:generation
4646
- name: Compare gas costs
4747
uses: ./.github/actions/gas-compare
48-
if: github.base_ref == 'master'
4948
with:
5049
token: ${{ github.token }}
5150

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"clean": "hardhat clean && rimraf build contracts/build",
2323
"prepack": "scripts/prepack.sh",
2424
"generate": "scripts/generate/run.js",
25-
"release": "scripts/release/release.sh",
2625
"version": "scripts/release/version.sh",
2726
"test": "hardhat test",
2827
"test:inheritance": "scripts/checks/inheritance-ordering.js artifacts/build-info/*",

0 commit comments

Comments
 (0)