Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmcmu committed Jan 9, 2024
1 parent 2390f41 commit c188bfc
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/baremetal-regression-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: "3.8"

- name: "Install dependencies"
- name: "Install Python dependencies"
run: |
set -xe
python -VV
Expand All @@ -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 '[email protected]'
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 '[email protected]'
# 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
Expand Down

0 comments on commit c188bfc

Please sign in to comment.