Skip to content

Commit

Permalink
fix: disable-release-ci (#536)
Browse files Browse the repository at this point in the history
* fix/disable-release-ci

* fix: should allow dependabot two write

* fix: remove custom forge std
  • Loading branch information
sakulstra authored Aug 14, 2024
1 parent 82cd4a7 commit ebca49e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-release-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
test:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
pkg-size-report:
permissions:
pull-requests: write
name: Package Size Report
runs-on: ubuntu-latest

Expand All @@ -30,6 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release-node-alpha:
if: github.event.pull_request.head.repo.full_name == github.repository
uses: bgd-labs/github-workflows/.github/workflows/release-node-alpha.yml@main
needs: test
secrets:
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/aave-v3-origin"]
path = lib/aave-v3-origin
url = https://github.com/aave-dao/aave-v3-origin
1 change: 0 additions & 1 deletion lib/forge-std
Submodule forge-std deleted from c28115
2 changes: 1 addition & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
forge-std/=lib/forge-std/src/
aave-v3-origin/=lib/aave-v3-origin/src/
forge-std/=lib/aave-v3-origin/lib/forge-std/src/
solidity-utils/=lib/aave-v3-origin/lib/solidity-utils/src/

0 comments on commit ebca49e

Please sign in to comment.