-
Notifications
You must be signed in to change notification settings - Fork 46
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
Not showing the statuses of individual jobs in the Message #55
Comments
Hi @TalhaNaeem101 - can you provide a screenshot of the workflow summary page from the github UI for this? From the look of the image you provided it seems that your job ran the |
This is the summary of GitHub action : Basically, the job of the change detects the changes in directories and then builds the images for the services having the changes. And the case is that even if the job for a service (e.g. |
@rsyvarth A quick update, it seems like this workflow is not behaving ideal in my use case as I am using reusable workflows within my CI. As I tried creating a dummy job in my main-workflow yaml and it worked like charm; it showed the tick/cross in respective cases. |
So seems like the request here is to hide skipped jobs - would that solve the issue you are seeing? You are expecting to only see jobs that ran, not those that are skipped in the status report? |
yes ideally it should not show the skipped jobs, plus it should also show the jobs which were failed as cross with their names and the succeeded jobs as tick with their names.
Mainly wanted to highlight the usage of |
Here is the job I wrote for slack notification for github action:
And in the notification message it does not show (tick/cross) for succeeded and failed jobs. I am getting this notification in my slack channel:
Ideally, it should show statuses for each individual jobs.
Doc ref: https://github.com/marketplace/actions/slack-workflow-notifications
Ideally, it should show ticks on succeeded jobs and cross on failed jobs like mentioned in their docs:
Help is needed on P0, Please do help me achieve this using this workflow ASAP, Thanks
The text was updated successfully, but these errors were encountered: