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 4cd1e57 commit 986580bCopy full SHA for 986580b
.github/workflows/vm-build.yml
@@ -113,7 +113,9 @@ jobs:
113
auto-push: 'true'
114
# Only keep and display the last 30 commits worth of benchmark data
115
max-items-in-chart: 30
116
-
+ - name: Fetch repository branch
117
+ run: |
118
+ git fetch origin main:main
119
# Re-apply git stash to prepare for saving back to cache.
120
# Avoids exit code 1 by checking if there are changes to be stashed first
121
- run: STASH_LIST=`git stash list` && [ ! -z $STASH_LIST ] && git stash apply || echo "No files to stash-apply. Skipping…"
0 commit comments