fix(plugin): fire on_user_function_end with SUSPENDED on suspension #39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Notify Slack | ||
| on: | ||
| pull_request_target: | ||
| types: [opened, reopened, ready_for_review] | ||
| issues: | ||
| types: [opened, reopened] | ||
| release: | ||
| types: [published] | ||
| permissions: {} | ||
| jobs: | ||
| notify: | ||
|
Check failure on line 14 in .github/workflows/notify.yml
|
||
| uses: aws/aws-durable-execution-ci/.github/workflows/notify.yml@71259cf476e37255752d8f9445a1a48ec92be1df | ||
| secrets: | ||
| SLACK_WEBHOOK_URL_PR: ${{ secrets.SLACK_WEBHOOK_URL_PR }} | ||
| SLACK_WEBHOOK_URL_ISSUE: ${{ secrets.SLACK_WEBHOOK_URL_ISSUE }} | ||
| SLACK_WEBHOOK_URL_RELEASE: ${{ secrets.SLACK_WEBHOOK_URL_RELEASE }} | ||