Skip to content

Commit

Permalink
Update daily.yml
Browse files Browse the repository at this point in the history
kshitijrajsharma authored Feb 19, 2024
1 parent 52b6a6d commit 2e34e57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,10 @@ name: Run daily cron projects
on:
schedule:
- cron: "0 0 * * *" # Run every day at 0 UTC


# Allow manual trigger
workflow_dispatch:

jobs:
Run-Scheduled-Exports:
runs-on: ubuntu-latest

0 comments on commit 2e34e57

Please sign in to comment.