Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC: Add auto-bump logic to CDK command #32721

Closed
wants to merge 20 commits into from
Prev Previous commit
Next Next commit
fix
  • Loading branch information
Joe Reuter committed Nov 22, 2023
commit f93a3462139cb803e7774194d058e946f9bbb9d4
2 changes: 1 addition & 1 deletion .github/workflows/publish-cdk-command-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ jobs:
name: Stop Build EC2 Runner
needs:
- start-publish-docker-image-runner-0 # required to get output from the start-runner job
- publish-docker-image # required to wait when the main job is done
- bump-connectors # required to wait when the main job is done
runs-on: ubuntu-latest
steps:
- name: Configure AWS credentials
Expand Down