summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-05-25 08:33:32 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-05-25 08:36:08 +1000
commit8cb51f8c7424aaa1293e68e3b58680df1b831ec2 (patch)
tree952ecbe5eab15f30bbe67d66fae9d972315d5e1c /.github
parentd706be982af01d39a22fdea6a6d3cfe067909d77 (diff)
downloadnixpkgs-8cb51f8c7424aaa1293e68e3b58680df1b831ec2.tar
nixpkgs-8cb51f8c7424aaa1293e68e3b58680df1b831ec2.tar.gz
nixpkgs-8cb51f8c7424aaa1293e68e3b58680df1b831ec2.tar.bz2
nixpkgs-8cb51f8c7424aaa1293e68e3b58680df1b831ec2.tar.lz
nixpkgs-8cb51f8c7424aaa1293e68e3b58680df1b831ec2.tar.xz
nixpkgs-8cb51f8c7424aaa1293e68e3b58680df1b831ec2.tar.zst
nixpkgs-8cb51f8c7424aaa1293e68e3b58680df1b831ec2.zip
.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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nixos-manual.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/nixos-manual.yml b/.github/workflows/nixos-manual.yml
index 101cd3906be..80ffc9c12be 100644
--- a/.github/workflows/nixos-manual.yml
+++ b/.github/workflows/nixos-manual.yml
@@ -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