diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-03 13:35:23 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-03 13:35:23 +0100 |
commit | 390366472d7239864060753c63513d0f316ca468 (patch) | |
tree | 3b14750f4c71348fa43c09b2afeff857f6f57cf6 /.github | |
parent | 9213df1d79f9dcbf6d51d27434a98375f7b95411 (diff) | |
download | PeerTube-390366472d7239864060753c63513d0f316ca468.tar.gz PeerTube-390366472d7239864060753c63513d0f316ca468.tar.zst PeerTube-390366472d7239864060753c63513d0f316ca468.zip |
Fix benchmark ci
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/benchmark.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f02b88a42..7e8259d27 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml | |||
@@ -78,7 +78,7 @@ jobs: | |||
78 | cat benchmark.json build-time.json startup-time.json | 78 | cat benchmark.json build-time.json startup-time.json |
79 | 79 | ||
80 | - name: Upload benchmark result | 80 | - name: Upload benchmark result |
81 | uses: './.github/actions/reusable-deploy.yml' | 81 | uses: './.github/actions/reusable-deploy' |
82 | with: | 82 | with: |
83 | source: benchmark.json build-time.json startup-time.json | 83 | source: benchmark.json build-time.json startup-time.json |
84 | destination: peertube-stats | 84 | destination: peertube-stats |