git.delta.rocks / unique-network / refs/commits / 584bade5244c

difftreelog

Update ci-master.yml

Alex2022-10-19parent: #0e2b419.patch.diff
in: master

1 file changed

modified.github/workflows/ci-master.ymldiffbeforeafterboth
2626
27 canary:27 canary:
28 uses: ./.github/workflows/canary.yml28 uses: ./.github/workflows/canary.yml
29 secrets: inherit # pass all secrets29 secrets: inherit # pass all secrets from initial workflow to nested
3030
31 xcm:31 xcm:
32 uses: ./.github/workflows/xcm.yml32 uses: ./.github/workflows/xcm.yml
33 secrets: inherit # pass all secrets33 secrets: inherit # pass all secrets from initial workflow to nested
3434
35 codestyle:35 codestyle:
36 uses: ./.github/workflows/codestyle_v2.yml36 uses: ./.github/workflows/codestyle_v2.yml