Skip to content

Commit 986580b

Browse files
committed
Update vm-build.yml
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
1 parent 4cd1e57 commit 986580b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/vm-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ jobs:
113113
auto-push: 'true'
114114
# Only keep and display the last 30 commits worth of benchmark data
115115
max-items-in-chart: 30
116-
116+
- name: Fetch repository branch
117+
run: |
118+
git fetch origin main:main
117119
# Re-apply git stash to prepare for saving back to cache.
118120
# Avoids exit code 1 by checking if there are changes to be stashed first
119121
- run: STASH_LIST=`git stash list` && [ ! -z $STASH_LIST ] && git stash apply || echo "No files to stash-apply. Skipping…"

0 commit comments

Comments
 (0)