We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c277a6 commit 416ac72Copy full SHA for 416ac72
.github/workflows/test.yml
@@ -17,6 +17,7 @@ jobs:
17
test:
18
name: Test ${{ inputs.os-family }} ${{ inputs.config }}
19
runs-on: ${{ inputs.os }}
20
+ timeout-minutes: 15
21
steps:
22
- name: Harden Runner
23
if: ${{ inputs.os-family == 'linux' }}
0 commit comments