Skip to content

Commit

Permalink
chore(CI): set timeout on the verify GitHub Action (#4164)
Browse files Browse the repository at this point in the history
I have had issues where the verify step has run for several hours. This
timeout will fix such issues.
  • Loading branch information
tujoworker authored Oct 22, 2024
1 parent 94d6a5f commit cbb5825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

runs-on: ubuntu-latest

timeout-minutes: 20

steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit cbb5825

Please sign in to comment.