Skip to content

Commit

Permalink
Update notification-reminder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonichigo authored Sep 10, 2024
1 parent 75cb0ce commit b4b718d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/notification-reminder.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: PR and Issue Activity Reminder via Slack

# on:
# schedule:
# - cron: '0 10 */2 * *' # Runs at 10:00 AM UTC every 2 days
# workflow_dispatch:

on:
schedule:
- cron: '*/5 * * * *' # Runs every 5 minutes
- cron: '0 10 */2 * *' # Runs at 10:00 AM UTC every 2 days
workflow_dispatch:

# on:
# schedule:
# - cron: '*/5 * * * *' # Runs every 5 minutes
# workflow_dispatch:

jobs:
send-reminders:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b4b718d

Please sign in to comment.