mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-02-23 23:09:56 +03:00
CI: limit docker ci to SoftEtherVPN repo only
This commit is contained in:
parent
b3dfdc2ad0
commit
3fee01e1cf
1
.github/workflows/docker-aio.yml
vendored
1
.github/workflows/docker-aio.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
name: docker-aio
|
name: docker-aio
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.repository_owner == 'SoftEtherVPN' }}
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Docker meta vpnserver
|
name: Docker meta vpnserver
|
||||||
|
Loading…
Reference in New Issue
Block a user