Skip to content

Conversation

DerekRoberts
Copy link
Member

No description provided.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Updates the CI workflow to ensure the results job waits for the newly added deploy-to-dev job and tidies up whitespace in the YAML file.

  • Added deploy-to-dev as a dependency for the results job.
  • Removed or introduced unnecessary blank lines around job definitions.
Comments suppressed due to low confidence (4)

.github/workflows/pr-open.yml:86

  • Consider adding a comment explaining why deploy-to-dev is now required before results so future maintainers understand this dependency change.
    needs: [builds, deploy-to-dev, plan-stack, tests]

Copy link
Collaborator

@mishraomp mishraomp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mishraomp mishraomp merged commit fe9e095 into main Jun 19, 2025
21 checks passed
@mishraomp mishraomp deleted the chore/fi/prNeeds branch June 19, 2025 18:57
@github-project-automation github-project-automation bot moved this from Active to Done in DevOps (NR) Jun 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

pr open should have deployments as needs, to validate whether a deployment succeeded
2 participants