Merge pull request #124310 from zowoq/action
.github/workflows/nixos-manual.yml: add repository_owner condition
This commit is contained in:
commit
528a33727f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/nixos-manual.yml
vendored
1
.github/workflows/nixos-manual.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue