Skip to content

Commit

Permalink
do not notify on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Feb 19, 2025
1 parent 87579a8 commit d656383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:

slack-notify-success:
needs: [deploy-app, deploy-functions]
if: success()
if: success() && ${{ github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
steps:
- name: Notify prod deploy success
Expand Down

0 comments on commit d656383

Please sign in to comment.