Skip to content

Commit 2c1a50b

Browse files
authored
Merge pull request #2201 from input-output-hk/ensemble/fix-nightly-dispatcher
Fix: nightly dispatcher workflow
2 parents bf038eb + 4c79247 commit 2c1a50b

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

.github/workflows/aggregator-stress-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,12 @@ on:
2525
workflow_call:
2626
inputs:
2727
num_signers:
28-
required: true
2928
type: string
3029
default: "100"
3130
num_clients:
32-
required: true
3331
type: string
3432
default: "100"
3533
enable_debug:
36-
required: true
3734
type: boolean
3835
default: false
3936

.github/workflows/backward-compatibility.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@ on:
2121
workflow_call:
2222
inputs:
2323
total-releases:
24-
required: true
2524
type: number
2625
default: 3
2726
cardano-node-version:
28-
required: true
2927
type: string
3028
default: "10.1.3"
3129
signed-entity-types:
32-
required: true
3330
type: string
3431
default: "CardanoTransactions,CardanoStakeDistribution"
3532

.github/workflows/nightly-dispatcher.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Nightly Dispatcher
22

33
on:
4+
workflow_dispatch:
45
# Important note about scheduled workflows:
56
# Notifications for scheduled workflows are sent to the user who last modified the cron syntax in the workflow file.
67
schedule:

.github/workflows/test-client.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,23 @@ on:
4343
workflow_call:
4444
inputs:
4545
commit_sha:
46-
required: false
4746
type: string
4847
docker_image_id:
49-
required: true
5048
type: string
5149
default: latest
5250
network:
53-
required: true
5451
type: string
5552
default: preview
5653
aggregator_endpoint:
57-
required: true
5854
type: string
5955
default: https://aggregator.testing-preview.api.mithril.network/aggregator
6056
genesis_verification_key:
61-
required: true
6257
type: string
6358
default: https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/genesis.vkey
6459
transactions_hashes_to_certify:
65-
required: true
6660
type: string
6761
default: 1f7dbc899a898ceb4274bbc33b31ca5f0de497753c6c6795fa34838fc252de9b,c43e809de628f7c1ba41a44f188ed3872bb1f97aa101271e35424a8e1d95bea9,c61e22ac4a79a02b28ed36217369ff6959465790a4fe9e66738b7a820e174fcd
6862
enable_debug:
69-
required: true
7063
type: boolean
7164
default: false
7265

0 commit comments

Comments
 (0)