Skip to content

Commit

Permalink
refactor: refactor schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
tchataigner committed Oct 25, 2024
1 parent 9f24512 commit b80d36a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
# It runs all light client benchmarks and sends them to Zulip
name: Light client benchmark
on:
push:
branches: ci-bench
schedule:
# Full report on Mondays at 9am EST/10am EDT
- cron: '0 14 * * 1'
- cron: '0 14 * * 4'
workflow_dispatch:
inputs:
# Which light client to bench, e.g. `aptos`, `ethereum` or `kadena`
Expand Down Expand Up @@ -62,10 +64,7 @@ on:
description: 'Send message to topic (default is `chat`). Ignored if `private` input is specified'
type: string
required: false
schedule:
# Bench report on Tuesdays at 11pm EST/12pm EDT
- cron: '0 16 * * 4'


concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down

0 comments on commit b80d36a

Please sign in to comment.