Skip to content

Commit

Permalink
chore: Update gas report workflow and script paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Jun 1, 2024
1 parent b1e8d85 commit c67deda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gas_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- dev
- main

permissions: write-all

jobs:
generate-gas-report:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -39,6 +37,7 @@ jobs:
run: node scripts/foundry/generateGasReport.js

- name: Upload gas report artifact
if: success()
uses: actions/upload-artifact@v4
with:
name: gas-report-${{ github.sha }}
Expand Down

0 comments on commit c67deda

Please sign in to comment.