Преглед изворни кода

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

Loyalsoldier пре 5 година
родитељ
комит
811981b6f0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/updateGeofile.yml

+ 1 - 1
.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