mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: add slash to match only fork suites (#4732)
This commit is contained in:
10
.github/workflows/hive.yml
vendored
10
.github/workflows/hive.yml
vendored
@ -136,15 +136,15 @@ jobs:
|
||||
include: [shanghai/eip4895]
|
||||
# Pyspec merge and earlier jobs
|
||||
- sim: pyspec
|
||||
include: [merge]
|
||||
include: [merge/]
|
||||
- sim: pyspec
|
||||
include: [berlin]
|
||||
include: [berlin/]
|
||||
- sim: pyspec
|
||||
include: [istanbul]
|
||||
include: [istanbul/]
|
||||
- sim: pyspec
|
||||
include: [homestead]
|
||||
include: [homestead/]
|
||||
- sim: pyspec
|
||||
include: [frontier]
|
||||
include: [frontier/]
|
||||
fail-fast: false
|
||||
needs: prepare
|
||||
name: run
|
||||
|
||||
Reference in New Issue
Block a user