From 92dea27432293e9955027f3e1a398dd35ecd5e25 Mon Sep 17 00:00:00 2001 From: f43nd1r Date: Fri, 4 Jun 2021 13:17:25 +0200 Subject: [PATCH] fix ci precondition --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 981c533c3..5d93178b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: build: needs: check_duplicate - if: ${{ needs.pre_job.outputs.should_skip != 'true' }} + if: ${{ needs.check_duplicate.outputs.should_skip != 'true' }} strategy: matrix: