-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
Is your feature request related to a problem? Please describe.
It seems that this action allows to send status only for steps. This might create noise in the chat history
Describe the solution you'd like
I want to have the following yml configuration and send the message to slack once when all jobs have been finished with failure or success
jobs:
format:
steps:
test:
steps:
build:
steps:
notify:
needs: [format, test, build]
steps:
send status message to slack preferably including the artifact links generated during the build step
instead of the status of steps provide the status of jobs
eg
format - ok
test - fail
build - fail
Describe alternatives you've considered
https://github.com/technote-space/workflow-conclusion-action
It does what I'm asking for but no longer maintained
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels