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.
git stash
1 parent 6bcb152 commit 1e75a4cCopy full SHA for 1e75a4c
.github/workflows/trie-build.yml
@@ -83,6 +83,9 @@ jobs:
83
- run: npm run benchmarks | tee output.txt
84
working-directory: ${{ env.cwd }}
85
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
+
89
- name: Set auto-push for benchmarks to true if on master
90
id: auto_push
91
run: |
0 commit comments