difftreelog
Update ci-develop.yml
in: master
1 file changed
.github/workflows/ci-develop.ymldiffbeforeafterboth30 uses: ./.github/workflows/xcm.yml30 uses: ./.github/workflows/xcm.yml31 secrets: inherit # pass all secrets31 secrets: inherit # pass all secrets32 33 forkless:34 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'forkless')) }}35 uses: ./.github/workflows/forkless.yml36 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.yml324033 codestyle:41 codestyle:34 if: github.event.pull_request.draft == false42 if: github.event.pull_request.draft == false