Skip to content

Commit

Permalink
Increase timeout for monthly workflow
Browse files Browse the repository at this point in the history
Increase from 20 minutes to 45 minutes to match the value
used for the release build workflow.
  • Loading branch information
atc0005 committed Aug 1, 2023
1 parent d93cb82 commit 832048f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Build all images using Makefile
runs-on: ubuntu-latest
# Default: 360 minutes
timeout-minutes: 20
timeout-minutes: 45

steps:
- name: Print Docker version
Expand Down

0 comments on commit 832048f

Please sign in to comment.