Skip to content

Commit

Permalink
remove test settings for reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Dec 17, 2024
1 parent 0933ca6 commit 413a79d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: 'Send review reminders'
on:
schedule:
- cron: '30 8 * * 1,2,3,4,5' # Scheduled to run at 1:30 AM, weekdays
workflow_dispatch:

jobs:
remind:
Expand All @@ -12,4 +11,4 @@ jobs:
uses: bcgov/aps-devops/pr-reminder@dev
with:
token: ${{ secrets.GITHUB_TOKEN }}
dry_run: "true"
dry_run: "false"

0 comments on commit 413a79d

Please sign in to comment.