Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ntduan committed Jun 7, 2024
1 parent ac2ced9 commit 1781c09
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2,176 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: update KNOWN_GOOD_BLOCK_NUMBERS

on:
workflow_dispatch:
schedule:
- cron: '0 */6 * * *'
push:
branches: [ add-env ]

env:
DB_PATH: ./db.sqlite
Expand Down Expand Up @@ -45,6 +44,6 @@ jobs:
repo: context.repo.repo,
title: 'Update KNOWN_GOOD_BLOCK_NUMBERS',
head: branchName,
base: 'test',
base: 'add-env',
body: 'Update KNOWN_GOOD_BLOCK_NUMBERS',
})
Loading

0 comments on commit 1781c09

Please sign in to comment.