Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(get-terraform-dir): Resolve incorrect job summary step being run #103

Merged
merged 3 commits into from
Aug 30, 2024

Conversation

chris3ware
Copy link
Member

Upstream workflows were displaying the job summary for changed terraform files, when terraform files had not been changed.

The summary step conditional expressions have been updated to check a different output value to resolve this.

Tested upstream with terraform and non terraform changes.

Terraform directory summary was running, even when terraform changes had
not been made. The condition has been changed to use check for a non
zero value in `all_changed_files_count`.
@chris3ware chris3ware requested a review from a team as a code owner August 30, 2024 08:51
@chris3ware chris3ware merged commit f261ac4 into main Aug 30, 2024
4 checks passed
@chris3ware chris3ware deleted the fix-get-tf-dir-sum branch August 30, 2024 09:08
3ware-release bot pushed a commit that referenced this pull request Aug 30, 2024
## [3.1.3](v3.1.2...v3.1.3) (2024-08-30)

### Bug Fixes

* **get-terraform-dir:** Resolve incorrect job summary step being run ([#103](#103)) ([f261ac4](f261ac4))
@3ware-release
Copy link
Contributor

3ware-release bot commented Aug 30, 2024

This PR is included in version 3.1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants