diff --git a/.github/workflows/updateGeofile.yml b/.github/workflows/updateGeofile.yml index 7c00cdd99..64d6e32c1 100644 --- a/.github/workflows/updateGeofile.yml +++ b/.github/workflows/updateGeofile.yml @@ -6,7 +6,7 @@ on: jobs: update: - if: github.repository != 'v2ray/v2ray-core' + if: github.repository == 'v2fly/v2ray-core' runs-on: ubuntu-latest steps: - name: Checkout codebase