git.delta.rocks / unique-network / refs/commits / 4f574e9958c4

difftreelog

ci allow to rebuild types package from develop

Yaroslav Bolyukin2023-10-31parent: #d87dff3.patch.diff
in: master

1 file changed

modified.github/workflows/ci-develop.ymldiffbeforeafterboth
71 uses: ./.github/workflows/codestyle.yml71 uses: ./.github/workflows/codestyle.yml
72 secrets: inherit72 secrets: inherit
73
74 polkadot-types:
75 if: contains(github.event.pull_request.labels.*.name, 'CI-hotfix-types')
76 uses: ./.github/workflows/polkadot-types.yml
77 secrets: inherit
7378