Skip to content

Commit

Permalink
Update spotify-seasonal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah authored Jun 6, 2024
1 parent 5176f7b commit 0ba58bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spotify-seasonal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run-name: Export playlist ${{ inputs['playlist-name'] }}${{ github.event.schedul
on:
# Run every three months on the 20th to get the seasonal playlist
schedule:
- cron: "00 01 20 Mar,Jun,Sep,Dec *"
- cron: "40 22 06 Mar,Jun,Sep,Dec *"
# Run on demand to get any playlist
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 0ba58bb

Please sign in to comment.