From 4680ee39ab52eec73ed120581124a44fb170dc27 Mon Sep 17 00:00:00 2001 From: Wojdylak Date: Fri, 26 Jul 2024 15:42:47 +0200 Subject: [PATCH] Fix Full CI to run 2.0 --- .github/workflows/ci_e2e-pgsql.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_e2e-pgsql.yaml b/.github/workflows/ci_e2e-pgsql.yaml index 2c4e7ba1da..e524129088 100644 --- a/.github/workflows/ci_e2e-pgsql.yaml +++ b/.github/workflows/ci_e2e-pgsql.yaml @@ -24,8 +24,17 @@ jobs: outputs: matrix: ${{ steps.matrix.outputs.prop }} steps: - - uses: actions/checkout@v4 - - name: "Get matrix" + - name: "Checkout (With Branch)" + if: "${{ inputs.branch != '' }}" + uses: actions/checkout@v4 + with: + ref: ${{ inputs.branch }} + + - name: "Checkout" + uses: actions/checkout@v4 + if: "${{ inputs.branch == '' }}" + - + name: "Get matrix" id: matrix uses: notiz-dev/github-action-json-property@release with: