Skip to content

Commit 5f1716b

Browse files
authored
Fix slack merge reaction workflow (#31)
* clean up merge reaction * Remove invalid if condition from reusable workflow call
1 parent 48ef3e0 commit 5f1716b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/slack-merge-reaction.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717

1818
jobs:
1919
add-merge-reaction:
20-
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
2120
uses: digitalocean/docs-automation/.github/workflows/slack-merge-reaction.yml@main
2221
with:
2322
pr_url: ${{ inputs.pr_url || github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)