Skip to content

Commit 87c2b87

Browse files
better naming
1 parent 2317e00 commit 87c2b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
uses: actions/checkout@master
19-
- name: Ensure master branch is fetched
19+
- name: Ensure base branch is fetched
2020
if: ${{ github.event_name == 'pull_request' }}
2121
run: git branch $GITHUB_BASE_REF remotes/origin/$GITHUB_BASE_REF; git branch
2222
- name: Setup R

0 commit comments

Comments
 (0)