Skip to content

Commit

Permalink
🧹 extend the timeout on the providers build job (#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeffrey authored Sep 14, 2023
1 parent 00d1532 commit b223358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
build:
runs-on: self-hosted
timeout-minutes: 30
timeout-minutes: 60
steps:
- name: Version from Workflow Dispatch
if: github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit b223358

Please sign in to comment.