Skip to content

Commit

Permalink
Change finality-version type to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed May 21, 2024
1 parent 4beda4f commit e73b3bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/featurenet-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ on:
type: string
required: false
default: '5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY'
finality-version:
description: 'Finality version to start FE with. Must be a cardinal number'
type: number
required: false
workflow_call:
inputs:
featurenet-name:
Expand Down Expand Up @@ -83,9 +79,8 @@ on:
default: '5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY'
finality-version:
description: 'Finality version to start FE with. Must be a cardinal number'
type: number
type: string
required: false

jobs:
validate-inputs:
name: Validate inputs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-update-test-mainnet-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
validators: '7'
internal: true
short-session: false
finality-version: 3
finality-version: '3'

update-featurenet-to-testnet:
needs: [create-featurenet-from-mainnet]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-update-test-testnet-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
validators: '8'
internal: true
short-session: false
finality-version: 3
finality-version: '3'

update-featurenet-to-main:
needs: [create-featurenet-from-testnet]
Expand Down

0 comments on commit e73b3bf

Please sign in to comment.