Skip to content

Commit

Permalink
Geofile workflow: only run on v2fly/v2ray-core (v2ray#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier authored Oct 9, 2020
1 parent a44e1ed commit 811981b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateGeofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 811981b

Please sign in to comment.