Skip to content

Commit

Permalink
Update testApi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hadar-co authored Jun 15, 2024
1 parent 162519b commit 5cad825
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/testApi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
on:
push:
branches:
- main
paths:
- 'testchart/templates/**'
- 'apps/port-api/src/api/routes/**'

jobs:
slackNotification:
Expand All @@ -14,7 +16,7 @@ jobs:
env:
SLACK_COLOR: ${{ job.status }}
SLACK_ICON: https://avatars.githubusercontent.com/u/97434394?s=200&v=4
SLACK_MESSAGE: "User: ${{ github.actor }} made a change to the API schema. PR: https://github.com/hadar-co/dtgatest/pull/${{ github.event.number }}"
SLACK_MESSAGE: "User: ${{ github.actor }} made a change to the API schema."
SLACK_TITLE: "API change"
SLACK_USERNAME: Deployment Bot
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 5cad825

Please sign in to comment.