Skip to content

Commit

Permalink
ci: fix trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
EvangMM committed Jan 9, 2025
1 parent 59ea6e5 commit e8014e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
branch=${{ github.ref }}
# Define the repositories to trigger
repos=("digitalhub-sdk-runtime-kfp" "jupyter-notebook-custom-image")
repos=("digitalhub-sdk-wrapper-kfp" "jupyter-notebook-custom-image")
# Loop over the repositories and trigger the workflow
for repo in "${repos[@]}"; do
Expand Down

0 comments on commit e8014e2

Please sign in to comment.