Skip to content

Commit

Permalink
Update cron-job.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
npnpatidar authored Dec 5, 2023
1 parent ca64e6c commit 4412aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: cron_job
on:
# cron job every 2 hours
schedule:
- cron: '0 */2 * * *'
- cron: '0 */1 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit 4412aa5

Please sign in to comment.