From c188bfcfb72ab199debdc2a9a23236aeee11f966 Mon Sep 17 00:00:00 2001 From: James McMullan Date: Tue, 9 Jan 2024 14:04:20 -0500 Subject: [PATCH] test --- .../workflows/baremetal-regression-suite.yml | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/baremetal-regression-suite.yml b/.github/workflows/baremetal-regression-suite.yml index 66df4db48..bfb85f27d 100644 --- a/.github/workflows/baremetal-regression-suite.yml +++ b/.github/workflows/baremetal-regression-suite.yml @@ -22,7 +22,7 @@ jobs: with: python-version: "3.8" - - name: "Install dependencies" + - name: "Install Python dependencies" run: | set -xe python -VV @@ -31,16 +31,17 @@ jobs: - uses: actions/checkout@v3 with: - ref: ${{ github.event.pull_request.head.sha }} + # ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - - - name: Rebase - if: github.event_name == 'pull_request' - run: | - git config user.email 'hpccsystems@lexisnexisrisk.com' - git config user.name 'hpccsystems development' - git rebase origin/${{ github.event.pull_request.base.ref }} - git log --pretty=one -n 15 + fetch-tags: true + + # - name: Rebase + # if: github.event_name == 'pull_request' + # run: | + # git config user.email 'hpccsystems@lexisnexisrisk.com' + # git config user.name 'hpccsystems development' + # git rebase origin/${{ github.event.pull_request.base.ref }} + # git log --pretty=one -n 15 - name: Extract Latest Tagged Version id: extract_version