Skip to content

Commit

Permalink
fix(ci): restore lua-curl and libzmq deb delivery (#1674)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed Sep 4, 2024
1 parent c0587a6 commit f7f57db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libzmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lua-curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f7f57db

Please sign in to comment.