From fc9c520fe1ca2c334f0c6a452ad8c868c56e17d2 Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Tue, 8 Oct 2024 08:08:38 -0600 Subject: [PATCH] ci: only post release issue notifications on prod deploys Ref: https://github.com/agrc/release-issue-notifications-action/issues/34 --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad256f67..e35b03fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,6 +67,7 @@ jobs: notify: name: Notifications runs-on: ubuntu-latest + needs: deploy-prod permissions: contents: read pull-requests: write