Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ on:
- opened
- reopened
- synchronize
paths:
- "**.go"
Comment thread
zakisk marked this conversation as resolved.
- ".github/**"
- "test/testdata/**"
Copy link
Copy Markdown
Member Author

@zakisk zakisk Apr 14, 2025

Choose a reason for hiding this comment

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

added this because if a file inside testdata changes it will impact on e2e tests


jobs:
e2e-tests:
Expand Down
Loading