mirror of
https://github.com/namibia/openvpn-install.git
synced 2025-01-27 06:18:25 +00:00
Merge pull request #647 from angristan/ci-action-test-condition
ci(workflow): don't run test job on forks
This commit is contained in:
commit
a7c860187e
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -10,7 +10,7 @@ name: Test
|
|||||||
jobs:
|
jobs:
|
||||||
install:
|
install:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.repository == 'angristan/openvpn-install' && github.actor == 'repo-owner'
|
if: github.repository == 'angristan/openvpn-install' && github.actor == 'angristan'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os-image:
|
os-image:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user