We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64a875 commit 3c55e17Copy full SHA for 3c55e17
.github/workflows/nightly-throughput-stress.yml
@@ -41,7 +41,7 @@ env:
41
jobs:
42
throughput-stress:
43
runs-on: ubuntu-latest-4-cores
44
- timeout-minutes: ${{ inputs.job_timeout_minutes || vars.NIGHTLY_JOB_TIMEOUT_MINUTES || 420 }}
+ timeout-minutes: ${{ fromJSON(inputs.job_timeout_minutes || vars.NIGHTLY_JOB_TIMEOUT_MINUTES || 420) }}
45
46
steps:
47
- name: Print test configuration
0 commit comments