Skip to content

Commit

Permalink
set cicd job timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
medva1997 committed Jan 16, 2025
1 parent 43ef868 commit b7e0829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
generate:
runs-on: ubuntu-24.04

timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
validate-pr:
runs-on: ubuntu-24.04

timeout-minutes: 5
permissions:
pull-requests: write

Expand Down

0 comments on commit b7e0829

Please sign in to comment.