Skip to content

Update deploy-staging to trigger only after successful test run instead of test completion - #4265

Open
clairep94 wants to merge 1 commit into
developfrom
clairep/fix_deploy_staging_trigger
Open

Update deploy-staging to trigger only after successful test run instead of test completion#4265
clairep94 wants to merge 1 commit into
developfrom
clairep/fix_deploy_staging_trigger

Conversation

@clairep94

@clairep94 clairep94 commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator

Issue:

Fixes #
Part 1 of the remake of #4252

  • Currently deploy-staging always gets triggered upon unit test completion, even if a test run has failed
  • This PR updates to only trigger deploy-staging if the unit tests pass

Demo:

Changes:

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • has no typecheck errors (npm run typecheck)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123
  • meets the standards outlined in the accessibility guidelines

@clairep94 clairep94 changed the title fix: update deploy-staging to trigger only after successful test runs… Update deploy-staging to trigger only after successful test run instead of test completion Aug 24, 2026
@clairep94
clairep94 marked this pull request as ready for review August 24, 2026 00:16
@clairep94
clairep94 requested a review from doradocodes August 24, 2026 00:25
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.

1 participant