mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-17 23:06:30 -05:00
Geofile workflow: only run on v2fly/v2ray-core (#288)
This commit is contained in:
parent
a44e1ede5b
commit
811981b6f0
2
.github/workflows/updateGeofile.yml
vendored
2
.github/workflows/updateGeofile.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
if: github.repository != 'v2ray/v2ray-core'
|
if: github.repository == 'v2fly/v2ray-core'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout codebase
|
- name: Checkout codebase
|
||||||
|
Loading…
Reference in New Issue
Block a user