We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcd519 commit 000676eCopy full SHA for 000676e
.github/workflows/reusable_benchmarks.yml
@@ -67,13 +67,13 @@ jobs:
67
- name: Checkout UMF
68
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
69
with:
70
- path: ${{env.UMF_DIR}} #umf-repo
+ path: umf-repo #${{env.UMF_DIR}} #umf-repo
71
fetch-depth: 0
72
73
# We need to fetch special ref for proper PR's merge commit. Note, this ref may be absent if the PR is already merged.
74
- name: Fetch PR's merge commit
75
if: ${{ inputs.pr_no != 0 }}
76
- working-directory: ${{env.UMF_DIR}} # ${{github.workspace}}/umf-repo
+ working-directory: ${{github.workspace}}/umf-repo #${{env.UMF_DIR}} # ${{github.workspace}}/umf-repo
77
env:
78
PR_NO: ${{ inputs.pr_no }}
79
run: |
0 commit comments