mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Summary: Add `regenerate.sh` convenience script Remove "TODO: Reenable on PR" label from workflows which are enabled on PRs Pull Request resolved: https://github.com/pytorch/pytorch/pull/62649 Reviewed By: seemethere Differential Revision: D30071905 Pulled By: malfet fbshipit-source-id: c82134cb676b273d23e225be21166588996a31d3
7 lines
134 B
Bash
Executable File
7 lines
134 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
# Allows this script to be invoked from any directory:
|
|
cd "$(dirname "$0")"
|
|
|
|
python3 scripts/generate_ci_workflows.py
|