Skip to content

Commit

Permalink
Update reminder-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmnoon authored Jun 21, 2022
1 parent e243a35 commit 845c165
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reminder-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: ReminderCheck
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 */4 * * *'

jobs:
# This workflow contains a single job called "check"
Expand Down

1 comment on commit 845c165

@vercel
Copy link

@vercel vercel bot commented on 845c165 Jun 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ackbot – ./

ackbot-rmnoon.vercel.app
ackbot-git-main-rmnoon.vercel.app
ackbot.vercel.app

Please sign in to comment.