Merge pull request #647 from angristan/ci-action-test-condition

ci(workflow): don't run test job on forks
This commit is contained in:
Stanislas 2020-04-28 15:26:14 +02:00 committed by GitHub
commit a7c860187e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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