We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab5f39 commit fcbbdb4Copy full SHA for fcbbdb4
.github/workflows/build-tutorials.yml
@@ -115,7 +115,7 @@ jobs:
115
name: pytorch_tutorial_build_manager
116
needs: worker
117
runs-on: [self-hosted, linux.2xlarge]
118
- environment: pytorchbot-env
+ environment: ${{ github.ref == 'refs/heads/main' && 'pytorchbot-env' || '' }}
119
env:
120
DOCKER_IMAGE: "308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-cuda12.1-cudnn8-py3-gcc9"
121
CUDA_VERSION: "9"
0 commit comments