difftreelog
fix reusable workflows
in: master
2 files changed
.github/workflows/ci-develop.ymldiffbeforeafterboth--- a/.github/workflows/ci-develop.yml
+++ b/.github/workflows/ci-develop.yml
@@ -41,11 +41,6 @@
uses: ./.github/workflows/collator-selection.yml
secrets: inherit
- # forkless:
- # if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'CI-forkless')) }} # Conditional check for draft & labels per job.
- # uses: ./.github/workflows/forkless.yml
- # secrets: inherit
-
forkless-update-data:
if: ${{ (github.event.pull_request.draft == false && contains( github.event.pull_request.labels.*.name, 'CI-forkless')) }} # Conditional check for draft & labels per job.
uses: ./.github/workflows/forkless-update-data.yml
.github/workflows/ci-master.ymldiffbeforeafterboth181819 yarn-dev:19 yarn-dev:20 uses: ./.github/workflows/yarn-dev.yml20 uses: ./.github/workflows/yarn-dev.yml21 secrets: inherit 212222 unit-test:23 unit-test:23 uses: ./.github/workflows/unit-test.yml24 uses: ./.github/workflows/unit-test.yml2425 node-only-update:26 uses: ./.github/workflows/node-only-update.yml2728 forkless:29 uses: ./.github/workflows/forkless.yml25 secrets: inherit 302631 # canary:27 # canary:32 # uses: ./.github/workflows/canary.yml28 # uses: ./.github/workflows/canary.yml38 34 39 collator-selection:35 collator-selection:40 uses: ./.github/workflows/collator-selection.yml36 uses: ./.github/workflows/collator-selection.yml4137 secrets: inherit 42 # testnet:3843 # uses: ./.github/workflows/testnet-build.yml39 forkless-update-data:44 # secrets: inherit # pass all secrets from initial workflow to nested40 uses: ./.github/workflows/forkless-update-data.yml41 secrets: inherit # pass all secrets from initial workflow to nested 4243 forkless-update-no-data:44 uses: ./.github/workflows/forkless-update-nodata.yml45 secrets: inherit # pass all secrets from initial workflow to nested 4647 try-runtime:48 uses: ./.github/workflows/try-runtime.yml49 secrets: inherit # pass all secrets from initial workflow to nested 5051 node-only-update:52 uses: ./.github/workflows/node-only-update.yml53 secrets: inherit455446 codestyle:55 codestyle:47 uses: ./.github/workflows/codestyle.yml56 uses: ./.github/workflows/codestyle.yml57 secrets: inherit485849 polkadot-types:59 polkadot-types:50 uses: ./.github/workflows/polkadot-types.yml60 uses: ./.github/workflows/polkadot-types.yml