fix(ci): build when is_new is true

This commit is contained in:
Mogeko 2021-11-15 17:38:34 +00:00
parent cfb244c3ef
commit 0428cc1602
No known key found for this signature in database
GPG key ID: B35485A88F40AD2C

View file

@ -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