diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 8531e7e3d1..edddbb0717 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -16,6 +16,7 @@ on: - "install.sh" - "tests/**" - "!tests/integration**" + - "!tests/e2e**" - ".github/**" - "!.github/workflows/integration.yaml" workflow_dispatch: {}