From a4030b52e0b855d3629580fc03b3fd732d3843b0 Mon Sep 17 00:00:00 2001 From: Jakob Klepp <1183303+truh@users.noreply.github.com> Date: Fri, 24 May 2024 13:29:14 +0200 Subject: [PATCH] Allow push commits that are not part of pr I hope --- .github/workflows/build_nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_nix.yml b/.github/workflows/build_nix.yml index d610e22..0d13b14 100644 --- a/.github/workflows/build_nix.yml +++ b/.github/workflows/build_nix.yml @@ -35,5 +35,5 @@ jobs: - name: Building package run: nix build .#packages.${{ matrix.system }}.default - name: Push result to cache - if: ${{ github.event.pull_request.head.repo.full_name == 'MoonVision/jira-tools' }} + if: "! github.event.pull_request.head.repo.fork " run: nix run nixpkgs#attic-client push moonvision-foss result