Browse Source

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

pull/2758/head
Loyalsoldier 4 years ago committed by GitHub
parent
commit
811981b6f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/updateGeofile.yml

2
.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

Loading…
Cancel
Save