From 1cbeeb76a11e808025bb424eee8c74a3b8eaa687 Mon Sep 17 00:00:00 2001 From: Christian Stefanescu Date: Tue, 18 Apr 2023 16:10:37 +0200 Subject: [PATCH] Adjust e2e CI triggers --- .github/workflows/e2e.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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: