1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-01 19:10:48 +00:00

ci(workflow): don't run test job on forks

This commit is contained in:
Stanislas Lange 2020-04-28 14:17:27 +02:00
parent ec36253e75
commit 137284e55f

View File

@ -10,7 +10,7 @@ name: Test
jobs:
install:
runs-on: ubuntu-latest
if: github.repository == 'angristan/openvpn-install'
if: github.repository == 'angristan/openvpn-install' && github.actor == 'repo-owner'
strategy:
matrix:
os-image: