File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,14 @@ jobs:
151151 GITHUB_TOKEN : ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
152152 shell : bash
153153 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
154162
155163 release-codeflare-operator :
156164 needs : [release-mcad, release-instascale, release-codeflare-sdk]
You can’t perform that action at this time.
0 commit comments