Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pytorch/rl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pytorch/rl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dashboard
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 17 files changed
  • 2 contributors

Commits on Feb 12, 2026

  1. [CI] Add nightly orchestrator workflow and status dashboard

    Add a nightly orchestrator that runs all CI workflows daily at 6AM UTC
    via workflow_call, along with a status dashboard deployed to GitHub Pages.
    
    Changes:
    - Add workflow_call trigger and stable concurrency group names to all
      test, lint, docs, and benchmark workflows
    - Add skip-upload input to benchmarks.yml to prevent gh-pages writes
      during nightly runs
    - New nightly_orchestrator.yml that calls all workflows and triggers
      status collection on completion
    - New nightly_status_collector.yml that queries GitHub API for run
      results and deploys a dashboard to gh-pages
    - New collect_nightly_status.py script for collecting and aggregating
      workflow status history
    - New nightly-dashboard/index.html with a dark-themed status grid
      showing 30 days of workflow health
    - Add Nightly badge to README.md
    
    Co-authored-by: Cursor <[email protected]>
    vmoens and cursoragent committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    8fa978f View commit details
    Browse the repository at this point in the history
Loading