Delete unused conda-aws-upload environment (#147792)

As this environment only contains keys for Anaconda uploads
Pull Request resolved: https://github.com/pytorch/pytorch/pull/147792
Approved by: https://github.com/atalman
This commit is contained in:
Nikita Shulga 2025-02-25 01:42:52 +00:00 committed by PyTorch MergeBot
parent 43074680b5
commit 2c8cd41c1f
2 changed files with 0 additions and 2 deletions

View File

@ -66,7 +66,6 @@ on:
jobs:
upload:
runs-on: ubuntu-22.04
environment: ${{ (github.event_name == 'push' && (github.event.ref == 'refs/heads/nightly' || startsWith(github.event.ref, 'refs/tags/v'))) && 'conda-aws-upload' || '' }}
container:
image: continuumio/miniconda3:4.12.0
env:

View File

@ -168,7 +168,6 @@ jobs:
contents: read
container:
image: continuumio/miniconda3:4.12.0
environment: ${{ (github.event_name == 'push' && (github.event.ref == 'refs/heads/main' || startsWith(github.event.ref, 'refs/tags/v'))) && 'conda-aws-upload' || '' }}
steps:
- uses: actions/checkout@v3