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 14, 2024
1 parent a425907 commit 55669b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: cron_job
# Controls when the workflow will run
on:
# cron job every 2 hours
schedule:
- cron: '0 */2 * * *'
#schedule:
# - cron: '0 */2 * * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit 55669b5

Please sign in to comment.