Skip to content

Commit 1e75a4c

Browse files
ryanioholgerd77
authored andcommitted
add missing git stash to trie ci to resolve failing on master
1 parent 6bcb152 commit 1e75a4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/trie-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
- run: npm run benchmarks | tee output.txt
8484
working-directory: ${{ env.cwd }}
8585

86+
# Run git stash in case github-action-benchmark has trouble switching to gh-pages branch due to differing package-locks
87+
- run: git stash
88+
8689
- name: Set auto-push for benchmarks to true if on master
8790
id: auto_push
8891
run: |

0 commit comments

Comments
 (0)