Skip to content

Commit 49b2f9d

Browse files
fixed incorrect logic in Codeflare-SDK release sync with notebooks
1 parent dfd6c61 commit 49b2f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project-codeflare-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
env:
164164
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
165165
shell: bash
166-
if: ${{ env.SDK_RELEASE_STATUS_CODE == '200' }}
166+
if: ${{ env.SDK_RELEASE_STATUS_CODE != '200' }}
167167

168168
release-codeflare-operator:
169169
needs: [release-mcad, release-instascale, release-codeflare-sdk]

0 commit comments

Comments
 (0)