12name: master345on:6 pull_request:7 branches: [ 'master' ]8 types: [ opened, reopened, synchronize, ready_for_review ]91011concurrency:12 group: ${{ github.workflow }}-${{ github.head_ref }}13 cancel-in-progress: true141516jobs:1718 unit-test:19 uses: ./.github/workflows/unit-test_v2.yml2021 node-only-update:22 uses: ./.github/workflows/node-only-update_v2.yml2324 forkless:25 uses: ./.github/workflows/forkless.yml2627 canary:28 uses: ./.github/workflows/canary.yml29 secrets: inherit 3031 xcm:32 uses: ./.github/workflows/xcm.yml33 secrets: inherit 3435 codestyle:36 uses: ./.github/workflows/codestyle_v2.yml