Skip to content

Commit 8aeaefc

Browse files
remove Sync ODH-notebooks CI workflow to add this step in Codeflare-SDK repository
1 parent fa88636 commit 8aeaefc

File tree

2 files changed

+0
-145
lines changed

2 files changed

+0
-145
lines changed

.github/workflows/odh-notebooks-sync.yml

-132
This file was deleted.

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

-13
Original file line numberDiff line numberDiff line change
@@ -155,19 +155,6 @@ jobs:
155155
shell: bash
156156
if: ${{ env.SDK_RELEASE_STATUS_CODE != '200' }}
157157

158-
- name: Sync ODH Notebooks
159-
run: |
160-
gh workflow run odh-notebooks-sync.yml \
161-
--repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-operator \
162-
--ref ${{ github.ref }} \
163-
--field upstream-repository-organization=opendatahub-io
164-
--field codeflare-repository-organization=${{ github.event.inputs.codeflare-repository-organization }} \
165-
--field codeflare_sdk_release_version=${{ github.event.inputs.codeflare-sdk-version }}
166-
env:
167-
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
168-
shell: bash
169-
if: ${{ env.SDK_RELEASE_STATUS_CODE != '200' }}
170-
171158
release-codeflare-operator:
172159
needs: [release-mcad, release-instascale, release-codeflare-sdk]
173160
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)