Skip to content

Commit

Permalink
馃悰馃И Use number values for timeout-minutes @ GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 14, 2023
1 parent a1c0e49 commit 3367693
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reusable-build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
build-wheel:
name: Build wheels on ${{ inputs.os }} ${{ inputs.qemu }}
runs-on: ${{ inputs.os }}-latest
# Ref: https://github.com/python-jsonschema/check-jsonschema/issues/354
timeout-minutes: ${{ inputs.qemu && '25' || '11' }}
timeout-minutes: ${{ inputs.qemu && 25 || 11 }}
steps:
- name: Retrieve the project source from an sdist inside the GHA artifact
uses: re-actors/checkout-python-sdist@release/v1
Expand Down

0 comments on commit 3367693

Please sign in to comment.