forked from hyperledger-cacti/cacti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
compute_changed_packages.yaml
25 lines (18 loc) · 1.02 KB
/
compute_changed_packages.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
compute_changed_packages:
outputs:
plugin-ledger-connector-besu-changed: ${{ steps.changes.outputs.plugin-ledger-connector-besu-changed }}
plugin-ledger-connector-corda-changed: ${{ steps.changes.outputs.plugin-ledger-connector-corda-changed }}
plugin-ledger-connector-fabric-changed: ${{ steps.changes.outputs.plugin-ledger-connector-fabric-changed }}
plugin-ledger-connector-quorum-changed: ${{ steps.changes.outputs.plugin-ledger-connector-quorum-changed }}
cmd-api-server-changed: ${{ steps.changes.outputs.cmd-api-server-changed }}
needs:
- build-dev
- compute_changed_packages
if: needs.compute_changed_packages.outputs.plugin-ledger-connector-iroha2-changed == 'true'
needs:
- build-dev
- compute_changed_packages
if: needs.compute_changed_packages.outputs.ghcr-corda-all-in-one-obligation-changed == 'true'
needs:
- compute_changed_packages
if: needs.compute_changed_packages.outputs.ghcr-corda-all-in-one-obligation-changed == 'true'