Skip to content

Commit

Permalink
bump preview timeout... temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Nov 12, 2024
1 parent 7e7dc85 commit ef925dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
preview:
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' }}
runs-on: ubuntu-latest
timeout-minutes: 1
timeout-minutes: 2
outputs:
pr: ${{ steps.pr.outputs.result }}
check_id: ${{ steps.check.outputs.result }}
Expand Down

0 comments on commit ef925dc

Please sign in to comment.