Skip to content

Commit

Permalink
Merge pull request #948 from gitcoindev/fix-storage-collision-workflows
Browse files Browse the repository at this point in the history
chore: skip check_storage_layout check if provide_contracts job retur…
  • Loading branch information
rndquu committed Jun 27, 2024
2 parents bb70cdd + 5bb26bb commit cea94a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/core-contracts-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
check_storage_layout:
needs: provide_contracts
runs-on: ubuntu-latest
if: ${{ needs.provide_contracts.outputs.matrix != '[]' && needs.provide_contracts.outputs.matrix != '' }}

strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/diamond-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
check_storage_layout:
needs: provide_contracts
runs-on: ubuntu-latest
if: ${{ needs.provide_contracts.outputs.matrix != '[]' && needs.provide_contracts.outputs.matrix != '' }}

strategy:
matrix:
Expand Down

0 comments on commit cea94a0

Please sign in to comment.