fix(ci): build when is_new is true
This commit is contained in:
parent
cfb244c3ef
commit
0428cc1602
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue