From 811981b6f0802a3a5b96a7fd276a8dbbd928de8c Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Fri, 9 Oct 2020 10:47:22 +0800 Subject: [PATCH] Geofile workflow: only run on v2fly/v2ray-core (#288) --- .github/workflows/updateGeofile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updateGeofile.yml b/.github/workflows/updateGeofile.yml index 7c00cdd9..64d6e32c 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