Skip to content

Commit

Permalink
update songs cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicius98s committed Dec 4, 2024
1 parent befe449 commit 18d60f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/spotify.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Update spotify songs

on: workflow_dispatch
on:
schedule:
- cron: "0 0 * * Sat"

jobs:
update-songs:
Expand Down

0 comments on commit 18d60f8

Please sign in to comment.