From fc951a3ce36e99b245ef763699532c8d03dc8764 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 29 Jan 2024 10:30:57 -0500 Subject: [PATCH] build: Update upgrade-python-requirements.yml We don't need an e-mail when the workflow succeeds. --- .github/workflows/upgrade-python-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 3c4cef9a..3e435824 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -19,7 +19,7 @@ jobs: # user_reviewers: "" team_reviewers: 'axim-aximprovements' email_address: 'aximimprovements@axim.org' - send_success_notification: true + send_success_notification: false secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}