-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Looking at checks currently shows
..github/workflows/local.yml / build (macos-latest) (push) Successful in 6s
.github/workflows/prod.yml / build (macos-latest) (push) Successful in 7s
.github/workflows/local.yml / build (ubuntu-latest) (push) Successful in 22s
.github/workflows/prod.yml / build (ubuntu-latest) (push) Successful in 19s
.github/workflows/local.yml / build (windows-latest) (push) Successful in 12s
.github/workflows/prod.yml / build (windows-latest) (push) Successful in 21s
but we can have it show
Local / build (macos-latest) (push) Successful in 5s
Prod / build (macos-latest) (push) Successful in 7s
Local / build (ubuntu-latest) (push) Successful in 54s
Prod / build (ubuntu-latest) (push) Successful in 42s
Local / build (windows-latest) (push) Successful in 12s
Prod / build (windows-latest) (push) Successful in 15s
instead