Przeglądaj źródła

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

Loyalsoldier 5 lat temu
rodzic
commit
811981b6f0
1 zmienionych plików z 1 dodań i 1 usunięć
  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