Skip to content

Commit 3f9aeca

Browse files
committed
CI changes
1 parent f12c410 commit 3f9aeca

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
@@ -15,10 +15,11 @@ jobs:
1515
notify-slack:
1616
name: Notify Slack
1717
needs: [ ecs, phpstan ]
18+
if: ${{ always() }}
1819
uses: craftcms/.github/.github/workflows/notify-slack.yml@v1
1920
with:
2021
success: ${{ needs.ecs.result == 'success' && needs.phpstan.result == 'success' }}
22+
failure_text_prefix: <!subteam^SGFL9NKNZ>
2123
secrets:
2224
token: ${{ secrets.GITHUB_TOKEN }}
2325
slack_webhook_url: ${{ secrets.SLACK_PLUGIN_WEBHOOK_URL }}
24-
slack_group_id: ${{ secrets.SLACK_GROUP_ID }}

0 commit comments

Comments
 (0)