Skip to content

Commit 811981b

Browse files
authored
Geofile workflow: only run on v2fly/v2ray-core (#288)
1 parent a44e1ed commit 811981b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updateGeofile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
update:
9-
if: github.repository != 'v2ray/v2ray-core'
9+
if: github.repository == 'v2fly/v2ray-core'
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout codebase

0 commit comments

Comments
 (0)