Skip to content

Commit

Permalink
ci(workflow): don't run test job on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Apr 28, 2020
1 parent ec36253 commit 137284e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 137284e

Please sign in to comment.