Skip to content

Commit

Permalink
Updates to slack-message-broker.yml (#6258)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored and effectfully committed Aug 6, 2024
1 parent b0e491a commit c3e7937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slake-message-broker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:
Send:
runs-on: [ubuntu-latest]
if: contains(fromJson('["success", "failure", "null", "skipped", "cancelled", "action_required", "neutral", "timed_out"]'), github.event.workflow_job.conclusion)
# if: contains(fromJson('["success", "failure", "null", "skipped", "cancelled", "action_required", "neutral", "timed_out"]'), github.event.workflow_job.conclusion)
steps:
- name: Prepare Slack Message
uses: actions/github-script@main
Expand Down

0 comments on commit c3e7937

Please sign in to comment.