Delete conda nightly builds #135
This file contains 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: Test Release Pipelines | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
paths: | ||
- .github/workflows/pull_release.yml | ||
- .github/workflows/_build_test_upload.yml | ||
jobs: | ||
build_test_upload: | ||
Check failure on line 11 in .github/workflows/pull_release.yml GitHub Actions / Test Release PipelinesInvalid workflow file
|
||
if: github.repository == 'pytorch/data' | ||
uses: ./.github/workflows/_build_test_upload.yml | ||
with: | ||
branch: "" | ||
pre_dev_release: true | ||
pytorch_version: "" | ||
do-upload: false | ||
secrets: | ||
CONDA_TEST_PYTORCHBOT_TOKEN: "" |