Skip to content

Commit 831e730

Browse files
authored
Merge pull request #3075 from IntersectMBO/rm_unused_input
refactor(ci): remove unused scripts_dirname input
2 parents 6225891 + 822d068 commit 831e730

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/regression_reusable.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ on:
3939
required: false
4040
type: string
4141
default: ""
42-
scripts_dirname:
43-
required: false
44-
type: string
45-
default: ""
4642
byron_cluster:
4743
required: false
4844
type: boolean
@@ -96,7 +92,6 @@ jobs:
9692
echo "CLUSTER_ERA=${{ inputs.cluster_era }}" >> .github_ci_env
9793
echo "TX_ERA=${{ inputs.tx_era }}" >> .github_ci_env
9894
echo "MARKEXPR=${{ inputs.markexpr }}" >> .github_ci_env
99-
echo "SCRIPTS_DIRNAME=${{ inputs.scripts_dirname }}" >> .github_ci_env
10095
echo "CI_TOPOLOGY=${{ inputs.topology }}" >> .github_ci_env
10196
echo "UTXO_BACKEND=${{ inputs.utxo_backend }}" >> .github_ci_env
10297
echo "CI_BYRON_CLUSTER=${{ inputs.byron_cluster }}" >> .github_ci_env

0 commit comments

Comments
 (0)