Skip to content

fix(ci): 32269 Adding checkout step to fix starter workflow. #32279

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

Merged
merged 2 commits into from
Jun 2, 2025

Conversation

dcolina
Copy link
Contributor

@dcolina dcolina commented May 30, 2025

Proposed Changes

This pull request introduces a new step to the CI/CD workflow for manual publishing in the .github/workflows/cicd_manual_publish-starter.yml file. The change ensures that the repository is checked out under specific conditions before proceeding with further steps.

Workflow enhancements:

  • .github/workflows/cicd_manual_publish-starter.yml: Added a new step named 'Checkout repository' to the jobs section. This step uses the actions/checkout@v4 action and is conditionally executed when the type input is 'empty' and the dry-run input is 'false'.

Fixes

#32269

This PR fixes: #32269

@dcolina dcolina added this pull request to the merge queue Jun 2, 2025
Merged via the queue into main with commit 53783fb Jun 2, 2025
20 checks passed
@dcolina dcolina deleted the issue-32269-fix-publishing-starter-workflow branch June 2, 2025 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CICD] [STARTER]: Publish Starter job fails due to missing working directory during artifact deployment
3 participants