Skip to content

Provide status for multiple jobs with steps #274

@kirqe

Description

@kirqe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions