Skip to content

Commit

Permalink
Limit test jobs runtime to 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Apr 25, 2024
1 parent 4884120 commit 97ab935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
runs-on: ${{ matrix.operating-system }}
continue-on-error: ${{ matrix.experimental }}
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 97ab935

Please sign in to comment.