From f7f57db6da6c9b9a37a1e136bd211ff063cdc917 Mon Sep 17 00:00:00 2001 From: tuntoja <58987095+tuntoja@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:39:03 +0200 Subject: [PATCH] fix(ci): restore lua-curl and libzmq deb delivery (#1674) --- .github/workflows/libzmq.yml | 2 +- .github/workflows/lua-curl.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/libzmq.yml b/.github/workflows/libzmq.yml index 596d3085ca..ad0adeb625 100644 --- a/.github/workflows/libzmq.yml +++ b/.github/workflows/libzmq.yml @@ -168,7 +168,7 @@ jobs: release_cloud: ${{ needs.get-version.outputs.release_cloud }} deliver-deb: - if: ${{ !needs.get-version.outputs.release_cloud && contains(fromJson('["testing", "unstable"]'), needs.get-version.outputs.stability) }} + if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-version.outputs.stability) }} needs: [get-version, package-deb] environment: ${{ needs.get-version.outputs.environment }} runs-on: [self-hosted, common] diff --git a/.github/workflows/lua-curl.yml b/.github/workflows/lua-curl.yml index 4786e9c9bd..402cc3bf64 100644 --- a/.github/workflows/lua-curl.yml +++ b/.github/workflows/lua-curl.yml @@ -170,7 +170,7 @@ jobs: release_cloud: ${{ needs.get-version.outputs.release_cloud }} deliver-deb: - if: ${{ !needs.get-version.outputs.release_cloud && contains(fromJson('["testing", "unstable"]'), needs.get-version.outputs.stability) }} + if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-version.outputs.stability) }} needs: [get-version, package] runs-on: ubuntu-22.04 strategy: