git.delta.rocks / unique-network / refs/commits / 799f8bcd6b16

difftreelog

chore add xnft workflow

Daniel Shiposha2023-11-10parent: #ccee89d.patch.diff
in: master

2 files changed

modified.github/workflows/ci-develop.ymldiffbeforeafterboth
36 uses: ./.github/workflows/xcm.yml36 uses: ./.github/workflows/xcm.yml
37 secrets: inherit37 secrets: inherit
38 38
39 xnft:
40 if: github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'CI-xnft')
41 uses: ./.github/workflows/xnft.yml
42 secrets: inherit
43
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')
added.github/workflows/xnft.ymldiffbeforeafterboth

no changes