diff --git a/.github/workflows/auto-sync.yml b/.github/workflows/auto-sync.yml index 0f23260..3d72c76 100644 --- a/.github/workflows/auto-sync.yml +++ b/.github/workflows/auto-sync.yml @@ -8,7 +8,7 @@ on: jobs: build: - if: github.event.commits[0].committer.username != 'kudo-sync-bot' + if: (github.repository == 'adamlui/youtube-classic') && (github.event.commits[0].committer.username != 'kudo-sync-bot') runs-on: ubuntu-latest steps: