Skip to content

Commit

Permalink
Added manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
johc committed Mar 27, 2024
1 parent 722e937 commit 0842d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fetch_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Fetch MongoDB Data
on:
schedule:
- cron: '0 0 * * 0' # This sets it to run weekly on Sunday at midnight
workflow_dispatch: # Manual trigger

jobs:
fetch_data:
Expand Down

0 comments on commit 0842d7a

Please sign in to comment.