Skip to content

Commit 3c55e17

Browse files
committed
add fromJSON fix to parse string to int
1 parent a64a875 commit 3c55e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-throughput-stress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ env:
4141
jobs:
4242
throughput-stress:
4343
runs-on: ubuntu-latest-4-cores
44-
timeout-minutes: ${{ inputs.job_timeout_minutes || vars.NIGHTLY_JOB_TIMEOUT_MINUTES || 420 }}
44+
timeout-minutes: ${{ fromJSON(inputs.job_timeout_minutes || vars.NIGHTLY_JOB_TIMEOUT_MINUTES || 420) }}
4545

4646
steps:
4747
- name: Print test configuration

0 commit comments

Comments
 (0)