Skip to content

Commit

Permalink
Re-enable the slack send step
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Oct 25, 2024
1 parent d3074ef commit 5302e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack-notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
MESSAGE: ${{ inputs.slack-message }}

- name: Send notification
if: ${{ false && steps.rate-limit.outputs.send == 'true' }}
if: ${{ steps.rate-limit.outputs.send == 'true' }}
uses: slackapi/slack-github-action@v1.27.0
with:
channel-id: ${{ inputs.channel-id }}
Expand Down

0 comments on commit 5302e32

Please sign in to comment.