Skip to content

Commit 481b2db

Browse files
committed
Merge branch 'main' of https://github.com/craftcms/webhooks into 3.0
2 parents 6cc5630 + 3f9aeca commit 481b2db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616
notify-slack:
1717
name: Notify Slack
1818
needs: [ ecs, phpstan ]
19+
if: ${{ always() }}
1920
uses: craftcms/.github/.github/workflows/notify-slack.yml@v1
2021
with:
2122
success: ${{ needs.ecs.result == 'success' && needs.phpstan.result == 'success' }}
23+
failure_text_prefix: <!subteam^SGFL9NKNZ>
2224
secrets:
2325
token: ${{ secrets.GITHUB_TOKEN }}
2426
slack_webhook_url: ${{ secrets.SLACK_PLUGIN_WEBHOOK_URL }}
25-
slack_group_id: ${{ secrets.SLACK_GROUP_ID }}

0 commit comments

Comments
 (0)