Skip to content

Fix deployTest workflow condition syntax#112

Merged
stesee merged 1 commit into
releasefrom
main
Jul 3, 2026
Merged

Fix deployTest workflow condition syntax#112
stesee merged 1 commit into
releasefrom
main

Conversation

@stesee

@stesee stesee commented Jul 3, 2026

Copy link
Copy Markdown

Corrected the if expression in .github/workflows/dotnet.yml for the deployTest job by removing an extra parenthesis, so the main-branch check evaluates properly.

Corrected the `if` expression in `.github/workflows/dotnet.yml` for the `deployTest` job by removing an extra parenthesis, so the main-branch check evaluates properly.
Copilot AI review requested due to automatic review settings July 3, 2026 14:39

Copilot AI left a comment

Copy link
Copy Markdown

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 fixes a GitHub Actions workflow syntax error so the deployTest job’s branch-gating condition evaluates correctly on pushes to main.

Changes:

  • Removed an extraneous ) in the deployTest job if: expression in .github/workflows/dotnet.yml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@stesee stesee merged commit 580741c into release Jul 3, 2026
5 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 3, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants