1
0
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:
Ilia Shipitsin 2025-02-16 20:56:47 +01:00
parent b3dfdc2ad0
commit 3fee01e1cf

View File

@ -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