From 0428cc16029cb7adb5e1dbdecc65ea7b8bbe21aa Mon Sep 17 00:00:00 2001 From: Mogeko Date: Mon, 15 Nov 2021 17:38:34 +0000 Subject: [PATCH] fix(ci): build when is_new is true --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ed5b51..2be1a64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: build: runs-on: ubuntu-latest needs: check - if: ${{ !needs.check.outputs.is_new }} + if: ${{ needs.check.outputs.is_new }} permissions: packages: write contents: read