Increase UV_HTTP_TIMEOUT to reduce sporadic test failures (#1196) #328
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Create PR to main with cherry-pick from release | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| cherry-pick: | |
| uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/[email protected] | |
| secrets: | |
| PAT: ${{ secrets.PAT }} | |
| SLACK_WEBHOOK_ADMIN: ${{ secrets.SLACK_WEBHOOK_ADMIN }} | |
| SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |