Skip to content

Commit

Permalink
Update cron-jobs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitDas4321 authored Nov 15, 2024
1 parent aa29856 commit 609e2ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cron-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: QuickPanel Cron Jobs

on:
schedule:
# Run every minute (adjust this as per your requirement)
# Runs every minute (adjust as needed)
- cron: "* * * * *"
workflow_dispatch: # Allows manual triggering

jobs:
cron_tasks:
Expand Down

0 comments on commit 609e2ec

Please sign in to comment.