File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222jobs :
2323 build-examples :
24+ # Skip initial Dependabot PR run - will re-run after lockfile update
25+ if : github.actor != 'dependabot[bot]' || github.event.action == 'synchronize'
2426 runs-on : ubuntu-latest
2527
2628 defaults :
Original file line number Diff line number Diff line change 2222
2323jobs :
2424 build-contracts :
25+ # Skip initial Dependabot PR run - will re-run after lockfile update
26+ if : github.actor != 'dependabot[bot]' || github.event.action == 'synchronize'
2527 runs-on : ubuntu-latest
2628
2729 defaults :
Original file line number Diff line number Diff line change 2929 node-version-file : " package.json"
3030 cache : " pnpm"
3131
32+ - name : Install Foundry
33+ uses : foundry-rs/foundry-toolchain@v1
34+
3235 - name : Update lockfile
3336 run : pnpm install --no-frozen-lockfile
3437
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ concurrency:
1919
2020jobs :
2121 build-explorer :
22+ # Skip initial Dependabot PR run - will re-run after lockfile update
23+ if : github.actor != 'dependabot[bot]' || github.event.action == 'synchronize'
2224 runs-on : ubuntu-latest
2325
2426 defaults :
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ concurrency:
1919
2020jobs :
2121 lint :
22+ # Skip initial Dependabot PR run - will re-run after lockfile update
23+ if : github.actor != 'dependabot[bot]' || github.event.action == 'synchronize'
2224 runs-on : ubuntu-latest
2325 steps :
2426 - name : Check out the repo
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ concurrency:
1919
2020jobs :
2121 unit-test-sdk :
22+ # Skip initial Dependabot PR run - will re-run after lockfile update
23+ if : github.actor != 'dependabot[bot]' || github.event.action == 'synchronize'
2224 runs-on : ubuntu-latest
2325
2426 defaults :
7274 echo "✅ Coverage not uploaded to Codecov" >> $GITHUB_STEP_SUMMARY
7375
7476 integration-test-sdk :
77+ # Skip initial Dependabot PR run - will re-run after lockfile update
78+ if : github.actor != 'dependabot[bot]' || github.event.action == 'synchronize'
7579 runs-on : ubuntu-latest
7680
7781 defaults :
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ concurrency:
1919
2020jobs :
2121 test-subgraph :
22+ # Skip initial Dependabot PR run - will re-run after lockfile update
23+ if : github.actor != 'dependabot[bot]' || github.event.action == 'synchronize'
2224 runs-on : ubuntu-22.04
2325
2426 defaults :
You can’t perform that action at this time.
0 commit comments