Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add workflow dispatch to e2e tests #3938

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

norascheuch
Copy link
Contributor

Adding the event so that we can run the workflow manually if needed.

@Copilot Copilot bot review requested due to automatic review settings February 20, 2025 14:30
@norascheuch norascheuch requested a review from a team as a code owner February 20, 2025 14:30

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This PR adds a manual trigger to the E2E tests workflow so that tests can be run manually when necessary.

  • Added the 'workflow_dispatch' event in the workflow YAML file for manual triggering.
  • Updated the CI configuration in .github/workflows/e2e-tests.yml.

Reviewed Changes

File Description
.github/workflows/e2e-tests.yml Added 'workflow_dispatch' event to enable manual execution.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more

@norascheuch norascheuch merged commit 0b10736 into main Feb 20, 2025
19 checks passed
@norascheuch norascheuch deleted the nora/add-workflow-dispatch-to-e2e-tests branch February 20, 2025 16:39
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.

2 participants