1name: master23on:4 pull_request:5 branches: [ 'master' ]6 types: [ opened, reopened, synchronize, ready_for_review ]78concurrency:9 group: ${{ github.workflow }}-${{ github.head_ref }}10 cancel-in-progress: true1112jobs:1314 unit-test:15 uses: ./.github/workflows/unit-test_v2.yml1617 node-only-update:18 uses: ./.github/workflows/node-only-update_v2.yml1920 forkless:21 uses: ./.github/workflows/forkless.yml2223 canary:24 uses: ./.github/workflows/canary.yml25 secrets: inherit 2627 xcm:28 uses: ./.github/workflows/xcm.yml29 secrets: inherit 3031 codestyle:32 uses: ./.github/workflows/codestyle_v2.yml