Skip to content

Commit

Permalink
ci: add timeout to limit how long jobs can run
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Aug 24, 2021
1 parent bbb5ce9 commit a4b43b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- temurin
- zulu
runs-on: ${{ matrix.platform }}
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit a4b43b7

Please sign in to comment.