Skip to content

Conversation

@mishraomp
Copy link
Collaborator

No description provided.

Copy link
Contributor

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

This PR updates the workflow configuration to support manual deploys. Key changes include adding the workflow_dispatch trigger, updating job parameters for consistent deployment tags and environments, and modifying job dependencies in the deploy-to-dev job.

Comments suppressed due to low confidence (2)

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

  • The comment still mentions an 'ephermal-' prefix while the app_env no longer includes it. Consider updating the comment to accurately reflect the current configuration.
app_env: ${{ github.event.number || 'latest' }} # ephermal, prefixed for easy clean up of PR resources in s3 and dynamodb generated by terraform

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

  • The deploy-to-dev job dependency was changed from [builds, tests] to [builds] only; please confirm that skipping tests is intentional for this manual deploy workflow.
needs: [builds]

Copy link
Member

@DerekRoberts DerekRoberts left a comment

Choose a reason for hiding this comment

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

Progress. :)

@mishraomp mishraomp merged commit 3cead66 into main Jun 10, 2025
21 checks passed
@mishraomp mishraomp deleted the fix/manual-deploy-pr branch June 10, 2025 23:02
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.

3 participants