Skip to content

Commit 7532867

Browse files
author
Priyanka
committed
reparameterizing build scripts
1 parent 2a983e0 commit 7532867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
deploy-website:
345345
name: Deploy Website, Javadocs & Update Centers
346346
needs: [build-core, build-nbm, build-nb-uc, build-desktop, release]
347-
if: ${{ !cancelled() && !failed() }}
347+
if: ${{ !cancelled() && !failure() }}
348348
runs-on: ubuntu-latest
349349
permissions:
350350
contents: write

0 commit comments

Comments
 (0)