mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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:
parent
43074680b5
commit
2c8cd41c1f
1
.github/workflows/_binary-upload.yml
vendored
1
.github/workflows/_binary-upload.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
1
.github/workflows/build-triton-wheel.yml
vendored
1
.github/workflows/build-triton-wheel.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user