Skip to content

GuyARoss/github-actions-runtime-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Actions Runtime Graph

output runtime graphs for github actions ci workflows

idea derived from this issue.

Requirements

  • python >= 3.5
  • matplotlib

Usage

  1. Ensure requirements are installed/ working.
  2. Follow this to generate a personal access token.
  3. Run the script with
> python main.py --user="<Your github Username>" --token="<Your generated token>" --repo="<name of the workflow repo>" --owner="<owner of the workflow repo>"
  1. Profit.

Todo:

  • make this tool async

About

visualize github actions workflow runtimes poc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages