mirror of https://github.com/waku-org/nwaku.git
fix(experimental-ci): repo not cloned on startup (#1455)
This commit is contained in:
parent
508c9f1f55
commit
2f95692f28
|
@ -22,6 +22,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