Skip to content

Commit

Permalink
chore: increase timeout for release step to 20 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmackz committed May 21, 2024
1 parent f7a6770 commit ebe6164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: Release
needs: verify
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 20

steps:
- name: Clone repository
Expand Down

0 comments on commit ebe6164

Please sign in to comment.