Explorar o código

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

Loyalsoldier %!s(int64=5) %!d(string=hai) anos
pai
achega
811981b6f0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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