From 4f574e9958c4c1be8dabe581719345ebe67e2dbd Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Tue, 31 Oct 2023 16:01:56 +0000 Subject: [PATCH] ci: allow to rebuild types package from develop --- --- a/.github/workflows/ci-develop.yml +++ b/.github/workflows/ci-develop.yml @@ -70,3 +70,8 @@ if: github.event.pull_request.draft == false && !contains(github.event.pull_request.labels.*.name, 'CI-minimal') uses: ./.github/workflows/codestyle.yml secrets: inherit + + polkadot-types: + if: contains(github.event.pull_request.labels.*.name, 'CI-hotfix-types') + uses: ./.github/workflows/polkadot-types.yml + secrets: inherit -- gitstuff