فهرست منبع

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