Skip to content

Commit

Permalink
Revert "to be reverted (skipping most of the publishing)"
Browse files Browse the repository at this point in the history
This reverts commit 89ffea1.

Signed-off-by: Bettina Heim <[email protected]>
  • Loading branch information
bettinaheim committed Nov 12, 2024
1 parent 62505b0 commit 0aa4e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:

cudaq_images:
name: CUDA-Q Docker image
if: ${{ false && toJson(fromJson(needs.assets.outputs.docker_images).info_files) != '[]' }}
if: ${{ toJson(fromJson(needs.assets.outputs.docker_images).info_files) != '[]' }}
needs: assets
runs-on: ubuntu-latest
permissions:
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
cudaq_installers:
name: CUDA-Q installer
if: ${{ false && toJson(fromJson(needs.assets.outputs.installers).info_files) != '[]' }}
if: ${{ toJson(fromJson(needs.assets.outputs.installers).info_files) != '[]' }}
needs: assets
permissions:
contents: read
Expand Down

0 comments on commit 0aa4e0f

Please sign in to comment.