From 59122b62538d0b6b59dba4537ef29b2a4b53d78f Mon Sep 17 00:00:00 2001 From: Alex <12645087+lzadjsf@users.noreply.github.com> Date: Tue, 18 Oct 2022 13:21:16 +0000 Subject: [PATCH] Update ci-develop.yml --- --- a/.github/workflows/ci-develop.yml +++ b/.github/workflows/ci-develop.yml @@ -29,6 +29,10 @@ if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'xcm')) }} uses: ./.github/workflows/xcm.yml secrets: inherit # pass all secrets + + node-only-update: + if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'para')) }} + uses: ./.github/workflows/node-only-update_v3.yml codestyle: if: github.event.pull_request.draft == false -- gitstuff