Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad-sol committed Nov 26, 2024
1 parent d18bd1f commit 4c44622
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/fetch_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Fetch and Save Data

on:
schedule:
- cron: '*/5 * * * *' # Every 5 minutes
- cron: '0 8 * * 1-5' # Every weekday at 8am
push:
branches:
- main

jobs:
fetch_data:
Expand Down

0 comments on commit 4c44622

Please sign in to comment.