Skip to content

Commit

Permalink
add conditional to metrics step
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Sep 22, 2023
1 parent a57a7ec commit 5b4dfbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
if: needs.changes.outputs.changes == 'true'
run: pnpm prettier:check
- name: Collect Metrics
if: needs.changes.outputs.changes == 'true'
id: collect-gha-metrics
uses: smartcontractkit/push-gha-metrics-action@d2c2b7bdc9012651230b2608a1bcb0c48538b6ec
with:
Expand Down

0 comments on commit 5b4dfbc

Please sign in to comment.