Skip to content

Commit

Permalink
ci: only post release issue notifications on prod deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis authored and steveoh committed Oct 8, 2024
1 parent 77cfe3b commit fc9c520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
notify:
name: Notifications
runs-on: ubuntu-latest
needs: deploy-prod
permissions:
contents: read
pull-requests: write
Expand Down

0 comments on commit fc9c520

Please sign in to comment.