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.
2 parents 6cc5630 + 3f9aeca commit 481b2dbCopy full SHA for 481b2db
.github/workflows/ci.yml
@@ -16,10 +16,11 @@ jobs:
16
notify-slack:
17
name: Notify Slack
18
needs: [ ecs, phpstan ]
19
+ if: ${{ always() }}
20
uses: craftcms/.github/.github/workflows/notify-slack.yml@v1
21
with:
22
success: ${{ needs.ecs.result == 'success' && needs.phpstan.result == 'success' }}
23
+ failure_text_prefix: <!subteam^SGFL9NKNZ>
24
secrets:
25
token: ${{ secrets.GITHUB_TOKEN }}
26
slack_webhook_url: ${{ secrets.SLACK_PLUGIN_WEBHOOK_URL }}
- slack_group_id: ${{ secrets.SLACK_GROUP_ID }}
0 commit comments