Skip to content

Commit

Permalink
Revert cron
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed Jun 6, 2024
1 parent 7ea71d1 commit dac27bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spotify-seasonal.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Export playlists on a schedule
run-name: Export playlist ${{ inputs['playlist-name'] }}${{ github.event.schedule.scheduled_at}}
run-name: Export playlist ${{ inputs['playlist-name'] }}

on:
# Run every three months on the 20th to get the seasonal playlist
schedule:
- cron: "45 22 06 Mar,Jun,Sep,Dec *"
- cron: "00 01 20 Mar,Jun,Sep,Dec *"
# Run on demand to get any playlist
workflow_dispatch:
inputs:
Expand Down

0 comments on commit dac27bd

Please sign in to comment.