diff --git a/config/config_files/workflows/e2e.yaml b/config/config_files/workflows/e2e.yaml index 59af7060..66707554 100644 --- a/config/config_files/workflows/e2e.yaml +++ b/config/config_files/workflows/e2e.yaml @@ -1,10 +1,16 @@ name: E2E Tests on: - workflow_call: + pull_request: + branches: [main, next] + paths: + - "**" + - ".github/workflows/**" + types: [opened, reopened, synchronize, ready_for_review] jobs: e2e: name: 'Test on ${{ matrix.project }}' runs-on: ubuntu-latest + if: ${{ !github.event.pull_request.draft }} strategy: fail-fast: false