.github/workflows/nixos-manual.yml: add repository_owner condition

We have this set in the other actions, it prevents the action from
running in PRs made against forks.
This commit is contained in:
zowoq 2021-05-25 08:33:32 +10:00
parent d706be982a
commit 8cb51f8c74
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
if: github.repository_owner == 'NixOS'
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12