Skip to content

Conversation

@mishraomp
Copy link
Collaborator

No description provided.

This comment was marked as outdated.

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 aims to fix the GitHub release production workflow by updating conditional expressions and concurrency settings across several GitHub Actions workflow files. Key changes include:

  • Replacing the traditional ${{ … }} expressions with parenthesized expressions in "if" conditions.
  • Updating the concurrency group in release.yml from “main” to “prod”.
  • Enhancing the tag extraction command in release.yml for more comprehensive whitespace removal.

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/resume-resources.yml Updated conditional expressions for dev, test, and prod jobs.
.github/workflows/release.yml Changed concurrency group, refined tag extraction, and updated conditional expressions.
.github/workflows/prune-env.yml Updated conditional expressions for environment destruction jobs.
.github/workflows/pause-resources.yml Revised “if” conditions in pause-resources jobs.
.github/workflows/.tests.yml Modified conditional expressions for workflows related to tests and scans.
.github/workflows/.deployer.yml Updated conditional expressions for deployment jobs.
.github/workflows/.deploy_stack.yml Changed “if” condition for the build UI job.

@mishraomp mishraomp merged commit e58e989 into main Jun 17, 2025
19 checks passed
@mishraomp mishraomp deleted the fix/github-release-prod branch June 17, 2025 03:44
@mishraomp mishraomp self-assigned this Jun 17, 2025
@mishraomp mishraomp added the bug Something isn't working label Jun 17, 2025
@mishraomp mishraomp linked an issue Jun 17, 2025 that may be closed by this pull request
@mishraomp mishraomp moved this from New to Done in NRIDS - Architecture Jun 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

deploy to prod on release is failing

2 participants