Merge pull request #124310 from zowoq/action

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

authored by Domen Kožar and committed by GitHub 528a3372 34a84c4b

+1
+1
.github/workflows/nixos-manual.yml
··· 11 11 jobs: 12 12 tests: 13 13 runs-on: ubuntu-latest 14 + if: github.repository_owner == 'NixOS' 14 15 steps: 15 16 - uses: actions/checkout@v2 16 17 - uses: cachix/install-nix-action@v12