diff --git a/.github/workflows/fetch-latest-data.yml b/.github/workflows/fetch-latest-data.yml index f10ddf528..99a937c72 100644 --- a/.github/workflows/fetch-latest-data.yml +++ b/.github/workflows/fetch-latest-data.yml @@ -7,6 +7,7 @@ on: jobs: update: + if: github.repository == 'svelte-society/sveltesociety.dev' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4