Skip to content

Commit

Permalink
chore(e2e): disabling flaky e2e, needs refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <[email protected]>
  • Loading branch information
prometherion committed Nov 9, 2023
1 parent 139597c commit b39210f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: e2e

on:
push:
branches: [ "*" ]
branches: [ "issues/257" ]
paths:
- '.github/workflows/e2e.yaml'
- 'e2e/**'
Expand All @@ -12,7 +12,7 @@ on:
- 'main.go'
- 'Makefile'
pull_request:
branches: [ "*" ]
branches: [ "issues/257" ]
paths:
- '.github/workflows/e2e.yaml'
- 'e2e/**'
Expand Down

0 comments on commit b39210f

Please sign in to comment.