System Info
When forking the huggingface/transformers repository, certain GitHub Actions workflows (like “Nvidia CI with nightly torch” and “Nightly PyTorch build”) are automatically triggered on the forked repo’s default branch (main) — even though they depend on organization-specific GPU runners and secrets.
This leads to immediate workflow failures and email notifications such as:
Run failed: Nvidia CI with nightly torch - main (...)
Who can help?
No response
Information
Tasks
Reproduction
Fork the upstream repository huggingface/transformers on GitHub (press Fork in the web UI).
Expected behavior
Forked repositories should:
- not trigger organization-specific CI pipelines, or
- gracefully skip such jobs without failure.