git.delta.rocks / unique-network / refs/commits / a9a8d71503b7

difftreelog

source

.github/workflows/ci-master.yml657 Bsourcehistory
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 # pass all secrets2627  xcm:28    uses: ./.github/workflows/xcm.yml29    secrets: inherit # pass all secrets3031  codestyle:32    uses: ./.github/workflows/codestyle_v2.yml