git.delta.rocks / unique-network / refs/commits / 926d99f263fd

difftreelog

Update ci-develop.yml

Alex2022-10-18parent: #35dd1a6.patch.diff
in: master

1 file changed

modified.github/workflows/ci-develop.ymldiffbeforeafterboth
30 uses: ./.github/workflows/xcm.yml30 uses: ./.github/workflows/xcm.yml
31 secrets: inherit # pass all secrets31 secrets: inherit # pass all secrets
32
33 forkless:
34 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'forkless')) }}
35 uses: ./.github/workflows/forkless.yml
36
37 node-only-update:
38 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'forkless')) }}
39 uses: ./.github/workflows/node-only-update_v2.yml
3240
33 codestyle:41 codestyle:
34 if: github.event.pull_request.draft == false42 if: github.event.pull_request.draft == false