From 91bb31d075ae646876a69b9a3677e6e04f485511 Mon Sep 17 00:00:00 2001 From: mkosiarc Date: Fri, 16 Aug 2024 07:30:48 +0200 Subject: [PATCH] Temporarily disable ec-checks for this PR This is to make sure that the e2e tests run even though I am using custom buildah image in the build step Signed-off-by: mkosiarc --- .tekton/pull-request.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.tekton/pull-request.yaml b/.tekton/pull-request.yaml index 55279e1dd4..304bae9a5a 100644 --- a/.tekton/pull-request.yaml +++ b/.tekton/pull-request.yaml @@ -200,14 +200,14 @@ spec: workspaces: - name: source workspace: workspace - - name: ec-task-checks - runAfter: - - fetch-repository - taskRef: - name: ec-checks - workspaces: - - name: source - workspace: workspace + # - name: ec-task-checks + # runAfter: + # - fetch-repository + # taskRef: + # name: ec-checks + # workspaces: + # - name: source + # workspace: workspace - name: check-task-migration-md runAfter: - fetch-repository