difftreelog
chore add xnft workflow
in: master
2 files changed
.github/workflows/ci-develop.ymldiffbeforeafterboth36 uses: ./.github/workflows/xcm.yml36 uses: ./.github/workflows/xcm.yml37 secrets: inherit37 secrets: inherit38 3839 xnft:40 if: github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'CI-xnft')41 uses: ./.github/workflows/xnft.yml42 secrets: inherit43 39 collator-selection:44 collator-selection:40 if: github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'CI-collator-selection')45 if: github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'CI-collator-selection').github/workflows/xnft.ymldiffbeforeafterbothno changes