Skip to content

Commit 306e993

Browse files
authored
Undoing a change for permissive publishing
Signed-off-by: Bettina Heim <[email protected]>
1 parent b3dffed commit 306e993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ jobs:
11761176
create_release:
11771177
name: CUDA-Q Release
11781178
needs: [assets, cudaq_images, cudaq_installers, cudaq_wheels, cudaq_metapackages]
1179-
if: needs.assets.outputs.release_title && inputs.github_commit == '' # FIXME: add back && inputs.nvidia_mgpu_commit == ''
1179+
if: needs.assets.outputs.release_title && inputs.github_commit == '' && inputs.nvidia_mgpu_commit == ''
11801180
runs-on: ubuntu-latest
11811181

11821182
environment:

0 commit comments

Comments
 (0)