Skip to content

Conversation

@varonix0
Copy link
Member

Description πŸ“£

Fixed CI :)

Type ✨

  • Bug fix
  • New feature
  • Improvement
  • Breaking change
  • Documentation

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 23, 2026

Greptile Overview

Greptile Summary

This PR adds the missing workflow_call trigger to the CLI E2E tests workflow. The workflow was originally created without this trigger, but is being called by the release workflow (release_build_infisical_cli.yml:19), which would cause the release pipeline to fail. The fix is straightforward and necessary for the CI/CD pipeline to function correctly.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • The change is minimal, well-understood, and directly addresses a CI/CD pipeline issue. Adding the workflow_call trigger is the standard GitHub Actions pattern for reusable workflows, and this aligns with how the release workflow is attempting to invoke this workflow
  • No files require special attention

Important Files Changed

Filename Overview
.github/workflows/run-cli-e2e-tests.yml Added missing workflow_call trigger to enable the workflow to be called by the release pipeline

@akhilmhdh akhilmhdh merged commit ba904b4 into main Jan 23, 2026
5 checks passed
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.

3 participants