We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12c410 commit 3f9aecaCopy full SHA for 3f9aeca
.github/workflows/ci.yml
@@ -15,10 +15,11 @@ jobs:
15
notify-slack:
16
name: Notify Slack
17
needs: [ ecs, phpstan ]
18
+ if: ${{ always() }}
19
uses: craftcms/.github/.github/workflows/notify-slack.yml@v1
20
with:
21
success: ${{ needs.ecs.result == 'success' && needs.phpstan.result == 'success' }}
22
+ failure_text_prefix: <!subteam^SGFL9NKNZ>
23
secrets:
24
token: ${{ secrets.GITHUB_TOKEN }}
25
slack_webhook_url: ${{ secrets.SLACK_PLUGIN_WEBHOOK_URL }}
- slack_group_id: ${{ secrets.SLACK_GROUP_ID }}
0 commit comments