Browse Source

Geofile workflow: only run on v2fly/v2ray-core (#288)

Loyalsoldier 5 years ago
parent
commit
811981b6f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/updateGeofile.yml

+ 1 - 1
.github/workflows/updateGeofile.yml

@@ -6,7 +6,7 @@ on:
 
 
 jobs:
 jobs:
   update:
   update:
-    if: github.repository != 'v2ray/v2ray-core'
+    if: github.repository == 'v2fly/v2ray-core'
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       - name: Checkout codebase
       - name: Checkout codebase