From fe7f07563989462505cf14ee0365404185326043 Mon Sep 17 00:00:00 2001 From: Ezequiel Raynaudo Date: Tue, 27 Aug 2024 10:46:52 -0300 Subject: [PATCH] Include people chain in buildruntime CI job --- .github/workflows/build-runtime.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-runtime.yaml b/.github/workflows/build-runtime.yaml index 0b59120..638298d 100644 --- a/.github/workflows/build-runtime.yaml +++ b/.github/workflows/build-runtime.yaml @@ -19,6 +19,8 @@ jobs: path: "system-parachains/asset-hub-paseo" - name: "bridge-hub-paseo" path: "system-parachains/bridge-hub-paseo" + - name: "people-paseo" + path: "system-parachains/people-paseo" steps: - name: Checkout sources uses: actions/checkout@v4