Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
feat: update requirements email
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto committed Jul 27, 2022
1 parent 03e3b99 commit 00cacb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Upgrade Python Requirements

on:
schedule:
- cron: "15 15 10/14 * *"
- cron: "15 15 10,24 * *"
workflow_dispatch:
inputs:
branch:
Expand All @@ -18,7 +18,7 @@ jobs:
# optional parameters below; fill in if you'd like github or email notifications
# user_reviewers: ""
# team_reviewers: ""
email_address: "masters-requirements-update@2u-internal.opsgenie.net"
email_address: "cosmonauts-requirements-update@2u-internal.opsgenie.net"
send_success_notification: true
secrets:
requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
Expand Down

0 comments on commit 00cacb2

Please sign in to comment.