|
28 | 28 | db_migration_build_result: |
29 | 29 | description: "Result of the build-db-migration job" |
30 | 30 | value: ${{ jobs.build-db-migration.result }} |
31 | | - db_migration_base_commit: |
32 | | - description: "Resolved published base commit for db-migration" |
33 | | - value: ${{ jobs.check-changes-db-migration.outputs.base-commit }} |
34 | 31 | gw_listener_build_result: |
35 | 32 | description: "Result of the build-gw-listener job" |
36 | 33 | value: ${{ jobs.build-gw-listener.result }} |
37 | | - gw_listener_base_commit: |
38 | | - description: "Resolved published base commit for gw-listener" |
39 | | - value: ${{ jobs.check-changes-gw-listener.outputs.base-commit }} |
40 | 34 | host_listener_build_result: |
41 | 35 | description: "Result of the build-host-listener job" |
42 | 36 | value: ${{ jobs.build-host-listener.result }} |
43 | | - host_listener_base_commit: |
44 | | - description: "Resolved published base commit for host-listener" |
45 | | - value: ${{ jobs.check-changes-host-listener.outputs.base-commit }} |
46 | 37 | sns_worker_build_result: |
47 | 38 | description: "Result of the build-sns-worker job" |
48 | 39 | value: ${{ jobs.build-sns-worker.result }} |
49 | | - sns_worker_base_commit: |
50 | | - description: "Resolved published base commit for sns-worker" |
51 | | - value: ${{ jobs.check-changes-sns-worker.outputs.base-commit }} |
52 | 40 | tfhe_worker_build_result: |
53 | 41 | description: "Result of the build-tfhe-worker job" |
54 | 42 | value: ${{ jobs.build-tfhe-worker.result }} |
55 | | - tfhe_worker_base_commit: |
56 | | - description: "Resolved published base commit for tfhe-worker" |
57 | | - value: ${{ jobs.check-changes-tfhe-worker.outputs.base-commit }} |
58 | 43 | tx_sender_build_result: |
59 | 44 | description: "Result of the build-tx-sender job" |
60 | 45 | value: ${{ jobs.build-tx-sender.result }} |
61 | | - tx_sender_base_commit: |
62 | | - description: "Resolved published base commit for tx-sender" |
63 | | - value: ${{ jobs.check-changes-tx-sender.outputs.base-commit }} |
64 | 46 | zkproof_worker_build_result: |
65 | 47 | description: "Result of the build-zkproof-worker job" |
66 | 48 | value: ${{ jobs.build-zkproof-worker.result }} |
67 | | - zkproof_worker_base_commit: |
68 | | - description: "Resolved published base commit for zkproof-worker" |
69 | | - value: ${{ jobs.check-changes-zkproof-worker.outputs.base-commit }} |
70 | 49 | workflow_dispatch: |
71 | 50 | inputs: |
72 | 51 | build_db_migration: |
|
0 commit comments