Skip to content

Commit

Permalink
Change to 2 Hours
Browse files Browse the repository at this point in the history
  • Loading branch information
Prem-ium authored Jan 7, 2024
1 parent c657dad commit 7ff5fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Scheduled Spotify Wrapped 365 Job

on:
schedule:
- cron: '*/${{ secrets.MINUTES }} * * * *' # Run every specified number of minutes
- cron: '0 */2 * * *' # Run every 4 hours
push:
branches:
- main # Adjust the branch name as needed
Expand Down

0 comments on commit 7ff5fd4

Please sign in to comment.