We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85339b commit 86dac39Copy full SHA for 86dac39
.github/workflows/project-codeflare-release.yml
@@ -151,6 +151,14 @@ jobs:
151
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
152
shell: bash
153
if: ${{ env.SDK_RELEASE_STATUS_CODE != '200' }}
154
+
155
+ - name: Sync ODH Notebooks
156
+ if: ${{ env.SDK_RELEASE_STATUS_CODE == '200' }}
157
+ run: |
158
+ gh workflow run codeflare-sdk-release-sync.yml --repo github.com/opendatahub-io/notebooks --ref ${{ github.ref }} --field codeflare_sdk_release_version=${{ github.event.inputs.codeflare-sdk-version }} --field branch=main
159
+ env:
160
+ GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
161
+ shell: bash
162
163
release-codeflare-operator:
164
needs: [release-mcad, release-instascale, release-codeflare-sdk]
0 commit comments