Skip to content

Commit

Permalink
fix run dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Aug 9, 2024
1 parent a62683e commit fc50fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
permissions:
contents: read
# id-token: write
# needs: [build_hardhat, build_foundry, test_foundry]
needs: [build_hardhat, build_foundry]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit fc50fa0

Please sign in to comment.