git.delta.rocks / unique-network / refs/commits / eddd70a301c0

difftreelog

fix reusable workflows

Konstantin Astakhov2023-04-14parent: #e02f22f.patch.diff
in: master

2 files changed

modified.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
modified.github/workflows/ci-master.ymldiffbeforeafterboth
1818
19 yarn-dev:19 yarn-dev:
20 uses: ./.github/workflows/yarn-dev.yml20 uses: ./.github/workflows/yarn-dev.yml
21 secrets: inherit
2122
22 unit-test:23 unit-test:
23 uses: ./.github/workflows/unit-test.yml24 uses: ./.github/workflows/unit-test.yml
24
25 node-only-update:
26 uses: ./.github/workflows/node-only-update.yml
27
28 forkless:
29 uses: ./.github/workflows/forkless.yml25 secrets: inherit
3026
31 # canary:27 # canary:
32 # uses: ./.github/workflows/canary.yml28 # uses: ./.github/workflows/canary.yml
38 34
39 collator-selection:35 collator-selection:
40 uses: ./.github/workflows/collator-selection.yml36 uses: ./.github/workflows/collator-selection.yml
4137 secrets: inherit
42 # testnet:38
43 # 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.yml
41 secrets: inherit # pass all secrets from initial workflow to nested
42
43 forkless-update-no-data:
44 uses: ./.github/workflows/forkless-update-nodata.yml
45 secrets: inherit # pass all secrets from initial workflow to nested
46
47 try-runtime:
48 uses: ./.github/workflows/try-runtime.yml
49 secrets: inherit # pass all secrets from initial workflow to nested
50
51 node-only-update:
52 uses: ./.github/workflows/node-only-update.yml
53 secrets: inherit
4554
46 codestyle:55 codestyle:
47 uses: ./.github/workflows/codestyle.yml56 uses: ./.github/workflows/codestyle.yml
57 secrets: inherit
4858
49 polkadot-types:59 polkadot-types:
50 uses: ./.github/workflows/polkadot-types.yml60 uses: ./.github/workflows/polkadot-types.yml