Skip to content

Commit

Permalink
[TASK] Add a time limit to the documentation check on CI (#1472)
Browse files Browse the repository at this point in the history
This will avoid that a hung job will consume up to 30 minutes
of CPU time.
  • Loading branch information
oliverklee authored Sep 27, 2024
1 parent 6e987ac commit adb2b66
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 @@ -326,6 +326,7 @@ jobs:
documentation:
name: Documentation
runs-on: ubuntu-24.04
timeout-minutes: 2
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit adb2b66

Please sign in to comment.