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