git.delta.rocks / unique-network / refs/commits / 0d4bed32f053

difftreelog

source

.github/workflows/xcm.yml279 Bsourcehistory
1name: Nesting XCM23on:4  workflow_call:567jobs:89  xcm-testnet-build:10    name: testnet build11    uses: ./.github/workflows/xcm-testnet-build.yml12    secrets: inherit1314  xcm-tests:15    name: tests16    needs: [ xcm-testnet-build ]17    uses: ./.github/workflows/xcm-tests_v2.yml1819