Skip to content
name: Cost Estimator (1000 blocks)
on:
workflow_dispatch:
inputs: {}
schedule:
- cron: '0 0 * * *' # Run the workflow every day at midnight UTC.
jobs:
daily-cost-estimator:
runs-on:
- runs-on
- cpu=32
- ram=128
- family=m7a+m7i-flex
- image=ubuntu22-full-x64
- run-id=${{ github.run_id }}
steps:

Check failure on line 18 in .github/workflows/cost-estimator-manual.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cost-estimator-manual.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
- uses: actions/checkout@v4
- name: Setup CI
uses: ./.github/actions/setup
- name: Run cost estimator
run: |
RUST_LOG=info cargo run --bin cost-estimator --release -- --batch-size 30 --default-range 1000
env:
L2_NODE_RPC: ${{ secrets.L2_NODE_RPC }}
L1_RPC: ${{ secrets.L1_RPC }}
L1_BEACON_RPC: ${{ secrets.L1_BEACON_RPC }}
L2_RPC: ${{ secrets.L2_RPC }}
- name: Upload execution reports
uses: actions/upload-artifact@v4
with:
name: execution-reports
path: execution-reports/