We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acae0de commit 4e9672bCopy full SHA for 4e9672b
1 file changed
.github/workflows/benchmarks.yml
@@ -63,6 +63,9 @@ jobs:
63
with:
64
fetch-depth: 0
65
66
+ - name: Display Git history
67
+ run: git log --oneline --graph --decorate --all
68
+
69
- uses: actions/setup-python@v5
70
name: Install Python
71
0 commit comments