Skip to content

Commit

Permalink
git sha
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Dec 16, 2024
1 parent 7ea7962 commit 940370c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/perf_micro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,14 @@ jobs:
fetch-depth: 0
submodules: recursive
repository: sqaunderhood/tarantool
ref: ${{ inputs.submodule && 'master' || github.ref }}
ref: ${{ inputs.submodule && 'master' || env.PERF_COMMIT }}
- name: GIT REF
run: |
echo ${{ github.event.pull_request.head.sha }}
echo $PERF_COMMIT
echo $PERF_BRANCH
echo ${{ inputs.submodule && 'master' || env.PERF_COMMIT }}
echo ${{ env.PERF_COMMIT }}
- uses: ./.github/actions/environment
# - name: Install deps
# uses: ./.github/actions/install-deps-debian
Expand Down

0 comments on commit 940370c

Please sign in to comment.