From 8cb51f8c7424aaa1293e68e3b58680df1b831ec2 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Tue, 25 May 2021 08:33:32 +1000 Subject: .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. --- .github/workflows/nixos-manual.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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 -- cgit 1.4.1