forked from mirrors/nixpkgs
.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:
parent
d706be982a
commit
8cb51f8c74
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