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

Provide status for multiple jobs with steps #274

Open
kirqe opened this issue Apr 9, 2024 · 0 comments
Open

Provide status for multiple jobs with steps #274

kirqe opened this issue Apr 9, 2024 · 0 comments

Comments

@kirqe
Copy link

kirqe commented Apr 9, 2024

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

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

No branches or pull requests

1 participant