Skip to content

Commit

Permalink
Add cronjob for test vector generation (#3922)
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Sep 16, 2024
1 parent cffd218 commit 7cacee6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate_vectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
default: dev
type: string
required: true
schedule:
- cron: '0 2 * * *'

jobs:
generate-tests:
Expand All @@ -22,7 +24,7 @@ jobs:
with:
repository: 'ethereum/consensus-specs'
path: 'consensus-specs'
ref: ${{ inputs.source_ref }}
ref: ${{ inputs.source_ref || 'dev' }}
- name: Checkout consensus-spec-tests repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7cacee6

Please sign in to comment.