mirror of https://github.com/waku-org/nwaku.git
fix(ci): repo not cloned on startup (#1454)
This commit is contained in:
parent
f08680045e
commit
508c9f1f55
|
@ -21,6 +21,9 @@ jobs:
|
|||
permissions:
|
||||
pull-requests: read
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
name: Checkout code
|
||||
id: checkout
|
||||
- uses: dorny/paths-filter@v2
|
||||
id: filter
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue