difftreelog
remove labels for relase CI workflow
in: master
3 files changed
.github/workflows/ci-master.ymldiffbeforeafterboth18 uses: ./.github/workflows/node-only-update_v2.yml18 uses: ./.github/workflows/node-only-update_v2.yml191920 forkless:20 forkless:21 if: ${{ contains( github.event.pull_request.labels.*.name, 'forkless') }}22 uses: ./.github/workflows/forkless.yml21 uses: ./.github/workflows/forkless.yml232224 canary:23 canary:25 if: ${{ contains( github.event.pull_request.labels.*.name, 'canary') }}26 uses: ./.github/workflows/canary.yml24 uses: ./.github/workflows/canary.yml27 secrets: inherit # pass all secrets25 secrets: inherit # pass all secrets282629 xcm:27 xcm:30 if: ${{ contains( github.event.pull_request.labels.*.name, 'xcm') }}31 uses: ./.github/workflows/xcm.yml28 uses: ./.github/workflows/xcm.yml32 secrets: inherit # pass all secrets29 secrets: inherit # pass all secrets3330.github/workflows/codestyle.ymldiffbeforeafterbothno changes
.github/workflows/market-test.ymldiffbeforeafterbothno changes