Skip to content

Commit

Permalink
timeout-minutes added
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Sep 27, 2024
1 parent 62a9cf8 commit f9b920e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
pr_checks:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -36,6 +37,7 @@ jobs:
release:
if: github.event_name == 'release'
runs-on: ubuntu-latest
timeout-minutes: 70
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit f9b920e

Please sign in to comment.