Skip to content

Commit 54d030b

Browse files
committed
chore(ci): run eip version checker weekly
1 parent ed7f7d7 commit 54d030b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_eip_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
repository_dispatch:
66
workflow_dispatch:
77
schedule:
8-
- cron: "00 12 * * *" # Run daily at 12:00 UTC
8+
- cron: "00 12 * * 1" # Run weekly on Mondays at 12:00 UTC
99

1010
jobs:
1111
check_eip_versions:

0 commit comments

Comments
 (0)