Skip to content

jgrigorian/actions-run-times

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions Run Times

This tool will return the following:

  • all GitHub workflows in a given repository
  • number of successful runs per workflow
  • average build time of each workflow

Example:

$ actions-run-times list workflows --owner "jgrigorian" --repo "certscan"

   Repository              Workflow                         ID            Successful Runs     Average Run Times

   jgrigorian/certscan     Build Release Binaries           145003030     1                   5m27s
   jgrigorian/certscan     Enforce Conventional Commits     145003031     2                   15s
   jgrigorian/certscan     release-please                   145002944     5                   2m22s              

About

CLI tool to get the average run times of Github workflows

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors