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 6e4a77c commit 83f3228Copy full SHA for 83f3228
.github/workflows/overhead-benchmark-daily.yml
@@ -24,9 +24,9 @@ jobs:
24
- name: Free disk space
25
run: .github/scripts/gha-free-disk-space.sh
26
27
-# - name: Copy results from gh-pages branch
28
-# run: |
29
-# rsync -avv gh-pages/benchmark-overhead/results/ benchmark-overhead/results/
+ - name: Copy results from gh-pages branch
+ run: |
+ rsync -avv gh-pages/benchmark-overhead/results/ benchmark-overhead/results/
30
31
- name: Setup Gradle
32
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
0 commit comments