Skip to content

Commit

Permalink
Update update-issue-tracker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IDCs authored Oct 28, 2024
1 parent f8f909b commit bc525fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-issue-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Daily Open and Closed Issues Check

# This workflow is triggered every 24 hours
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *" # Runs daily at midnight UTC
workflow_dispatch: # Allows the workflow to be run manually

jobs:
fetch_issues:
Expand Down

0 comments on commit bc525fb

Please sign in to comment.