Skip to content

Commit 77dd9a8

Browse files
authored
chore: Don't send notifications in PRs or release (#3797)
1 parent 628aa24 commit 77dd9a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/code-health.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,5 @@ jobs:
9393
uses: ./.github/workflows/acceptance-tests.yml
9494
with:
9595
reduced_tests: true
96+
use_sa: false
97+
send_notification: false

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ jobs:
125125
with:
126126
atlas_cloud_env: "qa"
127127
ref: ${{ inputs.version_number }}
128-
128+
use_sa: false
129+
send_notification: false
130+
129131
release:
130132
runs-on: ubuntu-latest
131133
permissions:

0 commit comments

Comments
 (0)