diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e180728c7c..1e72635256 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -1,7 +1,18 @@ name: End to end tests on: - push + pull_request_target: + types: + - closed + branches-ignore: + - 'dependabot/*' + push: + tags: + - '*' + schedule: + # Run weekly + - cron: '30 15 * * 0' + workflow_dispatch: jobs: e2e: