Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action titles can be simplified for readability #39

Open
hamirmahal opened this issue Dec 17, 2024 · 0 comments · May be fixed by #40
Open

Action titles can be simplified for readability #39

hamirmahal opened this issue Dec 17, 2024 · 0 comments · May be fixed by #40

Comments

@hamirmahal
Copy link
Contributor

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

@hamirmahal hamirmahal linked a pull request Dec 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant