Skip to content

Commit

Permalink
configure timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrMuellerluedenscheid committed Mar 29, 2023
1 parent 0c8d70b commit 02da4d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
jobs:

debian-package:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -37,6 +38,7 @@ jobs:

release-windows:
runs-on: windows-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- name: Build Release
Expand All @@ -58,6 +60,7 @@ jobs:

release-osx:
runs-on: macos-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- name: Build Release
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02da4d7

Please sign in to comment.