chore: switch off hana jobs by default#439
Conversation
There was a problem hiding this comment.
The change comments out the push and pull_request triggers, leaving only workflow_dispatch, so the workflow can only be run manually. This is a straightforward intentional change.
The diff looks correct and matches the PR title. No issues to flag.
This is a clean, minimal change that achieves its stated goal of disabling automatic HANA workflow runs while keeping manual execution available.
PR Bot Information
Version: 1.26.5
- Correlation ID:
bd22d4d2-ae09-40ab-93a0-f11ba8d5949e - Event Trigger:
pull_request.opened - File Content Strategy: Full file content
- LLM:
anthropic--claude-4.6-sonnet
SummaryThe following content is AI-generated and provides a summary of the pull request: Disable Automatic HANA Workflow Triggers by DefaultChore🔧 Disabled the automatic Changes
PR Bot InformationVersion:
|
There was a problem hiding this comment.
The change is straightforward and matches the PR description exactly — commenting out push and pull_request triggers to leave only workflow_dispatch active. No logic errors, bugs, or security issues are present.
The PR is clean and intentional; the single-line change correctly implements what the description states, with no actionable issues to flag.
PR Bot Information
Version: 1.26.5
- Event Trigger:
pull_request.ready_for_review - File Content Strategy: Full file content
- Correlation ID:
2c5e36a6-b60b-4757-9af5-871b42ffaaad - LLM:
anthropic--claude-4.6-sonnet
Disable Automatic HANA Workflow Triggers by Default
Chore
🔧 Disabled the automatic
pushandpull_requesttriggers for the HANA GitHub Actions workflow, leaving only manual (workflow_dispatch) execution enabled.Changes
.github/workflows/hana.yml: Commented out thepushandpull_requestevent triggers on themainbranch. The workflow can now only be triggered manually viaworkflow_dispatch.PR Bot Information
Version:
1.26.5bd22d4d2-ae09-40ab-93a0-f11ba8d5949epull_request.openedanthropic--claude-4.6-sonnet