Skip to content
New issue

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

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

Already on GitHub? # to your account

Update e2e tests workflow to trigger on merge commits #4100

Closed
cesarcosta99 opened this issue Mar 19, 2025 · 0 comments · Fixed by #4136
Closed

Update e2e tests workflow to trigger on merge commits #4100

cesarcosta99 opened this issue Mar 19, 2025 · 0 comments · Fixed by #4136
Assignees
Labels
type: enhancement The issue is a request for an enhancement / Feature Request

Comments

@cesarcosta99
Copy link
Contributor

Description

Currently, we run e2e tests on every pull request. To optimize our test strategy and reduce redundant executions (QIT custom e2e tests are running too), we should adjust our GitHub workflow to run local e2e tests only on merge commits instead. This will ensure that tests run in a stable and controlled environment while reducing unnecessary load on CI.

Acceptance criteria

  • Local e2e tests should trigger on merges to develop and trunk instead of every pull request.

References

For more context see pc4etw-1oD-p2.

@cesarcosta99 cesarcosta99 added the type: enhancement The issue is a request for an enhancement / Feature Request label Mar 19, 2025
@cesarcosta99 cesarcosta99 changed the title Update e2e tests workflow to just merge commits Update e2e tests workflow to trigger on merge commits Mar 19, 2025
@diegocurbelo diegocurbelo self-assigned this Mar 24, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: enhancement The issue is a request for an enhancement / Feature Request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants