From 73a3375159c17e243617bb0e770e3c7fe6a573ea Mon Sep 17 00:00:00 2001 From: maskedwolff Date: Thu, 17 Apr 2025 03:21:05 -0400 Subject: [PATCH] Update .github/workflows/merge-fancode-playlist.yml --- .github/workflows/merge-fancode-playlist.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/merge-fancode-playlist.yml b/.github/workflows/merge-fancode-playlist.yml index 63ae3bc..2d37eca 100644 --- a/.github/workflows/merge-fancode-playlist.yml +++ b/.github/workflows/merge-fancode-playlist.yml @@ -2,11 +2,11 @@ name: Merge Fancode Playlist with My Playlist on Update on: push: - # Listen for changes to the fancode.m3u file in the drmlive/fancode-live-events repo branches: - main # This assumes fancode.m3u is on the main branch of drmlive/fancode-live-events paths: - "fancode.m3u" # Triggers only if fancode.m3u file changes + workflow_dispatch: # Allows manual trigger from the GitHub UI jobs: merge: @@ -41,8 +41,4 @@ jobs: # Commit the changes if there are updates if git diff --cached --quiet; then - echo "No changes to commit" - else - git commit -m "Auto-merged Fancode playlist with My Playlist" - git push origin main - fi + echo "