Skip to content

Commit

Permalink
ci(dev-cli): extend timeout of release job to 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Oct 18, 2024
1 parent 38d717c commit b19223c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# Releases are performed via a workflow dispatch
if: github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 30
concurrency:
group: release
steps:
Expand Down

0 comments on commit b19223c

Please sign in to comment.