Skip to content

Conversation

@aravindtga
Copy link
Contributor

Description

Modified the GitHub Actions workflow to trigger Go CI verification for changes in the release/formula/ directory. Previously, the entire release/ directory was ignored, but now only release/images/ and release/tag/ are excluded from CI runs.

Motivation

The release/formula/ directory contains Go code and unit tests. This code should be tested and validated through the CI pipeline to ensure it builds correctly. By removing the blanket exclusion of the entire release/ directory, we can catch potential issues in the formula generation code early.

Changes Made

  • Updated .github/workflows/go.yml to replace the broad release/** exclusion with specific exclusions for release/images/** and release/tag/**
  • This allows CI to run when files in release/formula/ are modified while still ignoring non-code assets in other release subdirectories

@netlify
Copy link

netlify bot commented Jan 2, 2026

Deploy Preview for kptdocs ready!

Name Link
🔨 Latest commit a31d223
🔍 Latest deploy log https://app.netlify.com/projects/kptdocs/deploys/695d2cb003d2e300089018fd
😎 Deploy Preview https://deploy-preview-4339--kptdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@liamfallon
Copy link
Contributor

@aravindtga can you fix the failing tests please?

@liamfallon
Copy link
Contributor

@aravindtga can you fix the failing tests please?

Apologies, it was a previous PR of mine that introduced this test failure, it's fixed in:
#4340

@aravindtga
Copy link
Contributor Author

Thanks @liamfallon.

I will rebase this after #4340 is merged.

Signed-off-by: aravind.est <aravindhan.a@est.tech>
@aravindtga aravindtga force-pushed the fix-ci-for-release-formula-changes branch from b70c728 to a31d223 Compare January 6, 2026 15:39
@liamfallon liamfallon merged commit f816f68 into kptdev:main Jan 6, 2026
8 checks passed
@efiacor efiacor deleted the fix-ci-for-release-formula-changes branch January 6, 2026 20:36
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.

4 participants