Skip to content

Commit

Permalink
Merge pull request #816 from embroider-build/rwjblue/ci-timeouts
Browse files Browse the repository at this point in the history
Limit CI jobs to 30 minutes
  • Loading branch information
ef4 committed May 18, 2021
2 parents 3edfdff + 9126076 commit 2a2dcdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
needs: discover_matrix
name: ${{ matrix.name }}
runs-on: '${{ matrix.os }}-latest'

timeout-minutes: 30

strategy:
fail-fast: false
matrix: ${{fromJson(needs.discover_matrix.outputs.matrix)}}
Expand Down

0 comments on commit 2a2dcdf

Please sign in to comment.