Skip to content

Commit

Permalink
fix(workflow): 3rd attempt to fix assert-bytecode (restore ignores)
Browse files Browse the repository at this point in the history
  • Loading branch information
arwer13 committed Nov 28, 2023
1 parent 6831106 commit 0801db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assert-bytecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
cat _actual _expected | sort | uniq -u | tee _diff
[ -s _diff ] && exit 1 || exit 0
env:
IGNORE_REGEX: test|lib|mock|interface|template|OrderedCallback|Pausable|Versioned|BeaconChainDepositor|PausableUntil
IGNORE_REGEX: test|lib|mock|interface|template|OrderedCallback|Pausable|Versioned|BeaconChainDepositor|PausableUntil|WithdrawalsManagerProxy|WithdrawalsManagerStub|ERC1967Proxy
if: ${{ always() }}

0 comments on commit 0801db3

Please sign in to comment.