From b6b7fa785d0b0adf01a041a4c8a76edc402487b7 Mon Sep 17 00:00:00 2001 From: Piasecki-grid Date: Fri, 28 Mar 2025 11:06:25 +0100 Subject: [PATCH] Setting up test infrastructure pipeline v14 --- .github/workflows/pull-request-pipeline.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull-request-pipeline.yml b/.github/workflows/pull-request-pipeline.yml index 7a6cb404d..f70b8494f 100644 --- a/.github/workflows/pull-request-pipeline.yml +++ b/.github/workflows/pull-request-pipeline.yml @@ -1,11 +1,12 @@ name: Pull request pipeline on: - pull_request: - types: - - opened - branches: - - 'main' + workflow_dispatch: + # pull_request: + # types: + # - opened + # branches: + # - 'main' jobs: build: