-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Show workflow state in UI #1371
Comments
There will be multiple steps in each workflow and they can have a mixture of states.
Thoughts @anbraten ? |
I would go for the first with a logic like:
|
How about this (my original logic with 1 and 2 swapped)?
|
Sounds fine. |
Sorry my bad, there was no need for this, each workflow already has a state value (which i can directly use). Got confused by the name of the types in the code. A |
If you still find relicts, just rename them while you catch them please :) |
Maybe last two steps could be changed:
This way if all steps are skipped would also mean that it is success as all is done, imho |
Fixes #1371 Co-authored-by: Anbraten <anton@ju60.de>
…r-ci#1383) Fixes woodpecker-ci#1371 Co-authored-by: Anbraten <anton@ju60.de>
We should show the state of a workflow similar to the state of a single step in front of the name.
In addition finished workflows (successful or failed) could be collapsed by default.
The text was updated successfully, but these errors were encountered: