Skip to content

Commit

Permalink
Update pre-deploy.yml
Browse files Browse the repository at this point in the history
update build timeout limit from 5 to 10 minutes
  • Loading branch information
santiaguf authored Jul 8, 2024
1 parent 6d0bc50 commit d3488c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: Build
needs: [format]
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down

0 comments on commit d3488c3

Please sign in to comment.