Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
scefali committed Jun 8, 2024
1 parent b41dcdc commit f7be4a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
deploy:
name: 🚀 Deploy
runs-on: ubuntu-22.04
timeout-minutes: 10
needs: [lint, typecheck]
# only build/deploy branches on pushes
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit f7be4a4

Please sign in to comment.