difftreelog
fix forkless build and tests workflow steps
in: master
1 file changed
.github/workflows/ci-develop.ymldiffbeforeafterboth41 uses: ./.github/workflows/collator-selection.yml41 uses: ./.github/workflows/collator-selection.yml42 secrets: inherit 42 secrets: inherit 43 43 44 # forkless:45 # if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'CI-forkless')) }} # Conditional check for draft & labels per job.46 # uses: ./.github/workflows/forkless.yml47 # secrets: inherit 4849 forkless-update-data:50 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'CI-forkless')) }} # Conditional check for draft & labels per job. 51 uses: ./.github/workflows/forkless-update-data.yml52 secrets: inherit # pass all secrets from initial workflow to nested 5344 forkless:54 forkless-update-no-data:45 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'CI-forkless')) }} # Conditional check for draft & labels per job.55 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'CI-forkless')) }} # Conditional check for draft & labels per job.46 uses: ./.github/workflows/forkless.yml56 uses: ./.github/workflows/forkless-update-nodata.yml47 secrets: inherit 57 secrets: inherit # pass all secrets from initial workflow to nested 48 5859 try-runtime:60 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'CI-forkless')) }} # Conditional check for draft & labels per job. 61 uses: ./.github/workflows/try-runtime.yml62 secrets: inherit # pass all secrets from initial workflow to nested 6349 node-only-update:64 node-only-update:50 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'CI-node-only-update')) }} # Conditional check for draft & labels per job.65 if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'CI-node-only-update')) }} # Conditional check for draft & labels per job.