Skip to content

Commit

Permalink
ci: allow to rebuild types package from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
CertainLach committed Oct 31, 2023
1 parent d87dff3 commit 4f574e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4f574e9

Please sign in to comment.