aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/nix-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/nix-ci.yml')
-rw-r--r--.github/workflows/nix-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/nix-ci.yml b/.github/workflows/nix-ci.yml
index 2f35337d..75c19790 100644
--- a/.github/workflows/nix-ci.yml
+++ b/.github/workflows/nix-ci.yml
@@ -9,7 +9,6 @@ jobs:
secrets: inherit
build:
- if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork) && !contains(needs.*.result, 'failure')
- needs: update-inputs
+ if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork)
uses: ./.github/workflows/nix-build.yml
secrets: inherit