Skip to content

Conversation

mishraomp
Copy link
Collaborator

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

This PR updates workflow configurations to modernize the condition syntax and adjust concurrency settings.

  • Updated if condition syntax in multiple workflows from ${{ ... }} to ( ... ).
  • Changed the concurrency group value in the release workflow.

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/release.yml Updated concurrency group from "main" to "prod" without updating comment.
.github/workflows/prune-env.yml Reformatted if conditions to use the new parentheses style.
.github/workflows/pause-resources.yml Reformatted if conditions to use the new parentheses style.
.github/workflows/.tests.yml Reformatted if condition to use the new parentheses style.
.github/workflows/.e2e.yml Reformatted if conditions to use the new parentheses style.
.github/workflows/.deployer.yml Reformatted if conditions to use the new parentheses style.
.github/workflows/.deploy_stack.yml Reformatted if condition to use the new parentheses style.
Comments suppressed due to low confidence (1)

.github/workflows/release.yml:15

  • The comment refers to a 'main' concurrency group while the updated group value is 'prod'. Please update the comment for consistency with the new configuration.
# This concurrency group ensures that only one workflow runs at a time for the main branch.

@mishraomp mishraomp added the chore regular house keeping, and improvements label Jun 17, 2025
@mishraomp mishraomp merged commit 9e4d865 into main Jun 17, 2025
21 checks passed
@mishraomp mishraomp deleted the fix/workflows branch June 17, 2025 05:25
@github-project-automation github-project-automation bot 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
chore regular house keeping, and improvements
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants