Skip to content

Commit

Permalink
ci: remove operator repo from the release pipeline. UI repo has opera…
Browse files Browse the repository at this point in the history
…tor now (#1092)

Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
  • Loading branch information
HarikrishnanBalagopal authored Sep 13, 2023
1 parent 1ab63f1 commit 1c32feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
});
await github.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: 'move2kube-operator',
workflow_id: 'raise-pr.yml',
repo: 'move2kube-ui',
workflow_id: 'raise-operator-pr.yml',
ref: 'main',
inputs: {tag, 'commit_ref': 'main'},
});
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ jobs:
const create_release_workflow = 'release.yml';
const repos = [
"move2kube-api",
"move2kube-operator",
"move2kube-tests",
"move2kube-demos",
"move2kube-transformers",
Expand Down

0 comments on commit 1c32feb

Please sign in to comment.