Align GHA workflows in the scope of report uploads#888
Merged
mawilk90 merged 11 commits intolinode:mainfrom Mar 5, 2026
Merged
Align GHA workflows in the scope of report uploads#888mawilk90 merged 11 commits intolinode:mainfrom
mawilk90 merged 11 commits intolinode:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Aligns GitHub Actions workflow behavior so test report uploads happen automatically for certain events and are opt-in for manual runs.
Changes:
- Adds a
workflow_dispatchboolean input to control whether test reports are uploaded on manual runs. - Updates the upload step condition to restrict uploads to the main repo/main branch and optionally allow manual uploads.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
198ea2e to
181a6e6
Compare
dawiddzhafarov
approved these changes
Feb 23, 2026
968cc59 to
7c12a25
Compare
* Fixed issues flagged by gosec * Remove redundant and causing integration test failure
* Removed v4beta notices from Maintenance Policy fields/structs/methods * Address PR feedback
* Add support for region vpc availability and regions vpc availability endpoints * Add integration tests for new endpoints * Execute gofumt to fix formatting issue * Adjust integration test data to the production API * Remove caching from vpc endpoints * Add dots to the comments --------- Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com>
* fix: exclude gosec G117 for golangci-lint > 2.9 * improve comment --------- Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com>
7c12a25 to
5a72fca
Compare
jriddle-linode
approved these changes
Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
GHA workflows upload test results to TOD on push, PR and manual (workflow_dispatch) runs. PR covers aligning integration test workflows to upload results automatically on push/PR and on demand for manual runs.
✔️ How to Test
Manual run of the workflow should not upload test results to TOD by default.