Skip to content

Commit

Permalink
ci: allow to run solc version CI manually
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Oct 10, 2023
1 parent 4ca07b0 commit 737c82f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/solc_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
name: Solidity Compiler Versions

on:
workflow_dispatch:

# Used to check pragma settings for `.sol` files are correct before releasing
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/gas_benchmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ task('gas-benchmark', 'Benchmark gas usage of the smart contracts based on prede
⛽ I am the Gas Bot Reporter. I keep track of the gas costs of common interactions using Universal Profiles 🆙 !
📊 Here is a summary of the gas cost with the code introduced by this PR.
## ⛽📊 Gas Benchmark Report
## ⛽📊 Gas Benchmark Report
### Deployment Costs
Expand Down

0 comments on commit 737c82f

Please sign in to comment.