mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
fix: Updating benchmark comment instead of a new one
This commit is contained in:
parent
ce438f182c
commit
738b08aab5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -8,7 +8,7 @@ env:
|
|||
IMAGE: appwrite-dev
|
||||
CACHE_KEY: appwrite-dev-${{ github.event.pull_request.head.sha }}
|
||||
|
||||
on: [pull_request]
|
||||
on: [ pull_request ]
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
|
|
@ -216,3 +216,4 @@ jobs:
|
|||
uses: thollander/actions-comment-pull-request@v2
|
||||
with:
|
||||
filePath: benchmark.txt
|
||||
comment_tag: benchmark
|
||||
|
|
|
|||
Loading…
Reference in a new issue