Skip to content

Nightly / Nvidia CI workflows trigger on forks and fail due to missing org-specific runners #41927

@AvinashDwivedi

Description

@AvinashDwivedi

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 (...)

Image

Who can help?

No response

Information

  • The official example scripts
  • My own modified scripts

Tasks

  • An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
  • My own task or dataset (give details below)

Reproduction

Fork the upstream repository huggingface/transformers on GitHub (press Fork in the web UI).

Expected behavior

Forked repositories should:

  1. not trigger organization-specific CI pipelines, or
  2. gracefully skip such jobs without failure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions