123name: master456on:7 pull_request:8 branches: [ 'master' ]9 types: [ opened, reopened, synchronize, ready_for_review ]101112concurrency:13 group: ${{ github.workflow }}-${{ github.head_ref }}14 cancel-in-progress: true151617jobs:1819 unit-test:20 uses: ./.github/workflows/unit-test_v2.yml2122 node-only-update:23 uses: ./.github/workflows/node-only-update_v2.yml2425 forkless:26 uses: ./.github/workflows/forkless.yml2728 canary:29 uses: ./.github/workflows/canary.yml30 secrets: inherit 3132 xcm:33 uses: ./.github/workflows/xcm.yml34 secrets: inherit 3536 codestyle:37 uses: ./.github/workflows/codestyle_v2.yml