From b97bba7f70f385ad4966459ed4ac841b2db80eb1 Mon Sep 17 00:00:00 2001 From: Cian Hatton Date: Mon, 3 Apr 2023 16:13:20 +0100 Subject: [PATCH] prevent e2e from running on merge to main (#3372) --- .github/workflows/e2e.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index f5dcb341977..6e3198862e1 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -13,13 +13,6 @@ on: - "docs/**" - "**.md" - "LICENSE" - push: - branches: - - main - paths-ignore: - - "docs/**" - - "**.md" - - "LICENSE" jobs: # determine-image-tag will either output the PR number e.g. pr-1234 or the string main.