diff --git a/.github/workflows/ci-develop.yml b/.github/workflows/ci-develop.yml index 1ef7044235..e55f503371 100644 --- a/.github/workflows/ci-develop.yml +++ b/.github/workflows/ci-develop.yml @@ -70,3 +70,8 @@ jobs: 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