Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/cost-estimator-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Cost Estimator (1000 blocks)
on:
workflow_dispatch:
inputs: {}
schedule:
- cron: '0 0 * * *' # Run the workflow every day at midnight UTC.
# schedule disabled
# schedule:
# - cron: '0 0 * * *' # Run the workflow every day at midnight UTC.

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
Loading